-
PDM-Teams virtual-conferencing-app-for-college
A conference call implementation using WebRTC, Socket.io and Node.js.
- Run
npm install
npm install nodemon --save-dev
- Then
npm start
- or
node src/app.js
- Seen in browser using
localhost:8080
- 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
- Dr. Jasvinder Kaur, HOD (CSE Dept), Pdm university.
You can test at https://pdm-teams.herokuapp.com.
You can create a free xirsys account and use their free ice server. You can replace the one I used with your own at
src/assets/js/helpers.js
, functiongetIceServer()
from xirsys 'Static TURN Credentials' since WebRTC needs STEM and TURN server. - Run