A simple video/audio peer-to-peer calling website implemented using WebRTC.
- In the root of project, run
npm install
to install the dependencies (needs to be done when you run the application for the first time) - In the root of project, run
node server.js
- Open a browser and type
http://localhost:3000
in the address bar of two different tabs. You can also test by opening two different browsers or different instances of the same browser. - In order to test locally on two different devices, make sure both the devices are connected to the same network and type
http://your_ip_address:3000
in the browsers of both the device.
- Enable/Disable outgoing audio.
- Enable/Disable outgoing video.