Simple IONIC Audio/Video Call app using peerJS (WebRTC) to test rtc implementation
- Run :
npm i
- Finally Run :
npm start
or if you have ionic cli installed on your machine then
ionic serve --host [YOUR_IP_ADDRESS] --ssl
- You can test the app among two browsers. Try to access this link
https://[YOUR_API_ADDRESS]:[SERVER_PORT]
Check your IP address and make sure your firewall or antivirus is not blocking access.