A conference call implementation using WebRTC, Socket.io and Node.js.
Just run npm install
and you're good to go.
- 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
You can test at https://chat.1410inc.xyz.
You can create a free xirsys account and use their free ice server. You can replace the one used with your own at src/assets/js/helpers.js
, function getIceServer()
.
If you prefer to use PHP Web socket (Ratchet) instead of socket.io and NodeJS, check out the PHP version here.