This is a basic video conferencing webapp built on WebRTC library PeerJS, jQuery and running on NodeJS and express server.
- Clone the repository
cd RTC-video-chat
- Run the server using
node server.js
- Open the browser and goto
http://localhost:9000
Each peer will have a unique ID.
To start video chat, enter the ID of the person you want to call in the space provided and press call
.