A video chat web app implementation using WebRTC, Socket.io and Node.js. This demo is ideal for not more than 4 devices.
- Run
npm ci
cd src
node server.js
ornpm start
- Multi-participants
- Toggling of video stream
- Toggling of audio stream (mute & unmute}
- Full Screen
You can test at https://meethome.herokuapp.com/.
- This demo is ideal for not more than 4 devices.
- This demo is not optimized for mobile devices.