A minimal VideoCall App using WebRTC, Socket.io and Node.js.
- Run
npm install
cd src
node app.js
ornpm start
- Multi-participants
- Toggling of video stream
- Toggling of audio stream (mute & unmute)
- Screen sharing
- Text chat
- Mute individual participant
- Expand participants' stream
- Screen Recording
- Video Recording
This project is licensed under the ISC license. See the LICENSE file for details.