/webrtc-project

A Video Chat Application made using WebRTC . This is a video chat application made as part of a Udemy Course Project, Practical WebRTC: A Complete WebRTC Bootcamp for Beginners

Primary LanguageJavaScript

A Video Chat Application made using WebRTC

This is a video chat application made as part of my Udemy Course, Practical WebRTC: A Complete WebRTC Bootcamp for Beginners

The front end is pure HTML,CSS,Javascript. The Backend is in Node.js.

Steps to run

  1. Clone the repository
  2. Cd Video-Chat-main
  3. Dependencies are all pushed along with the code so you don't need npm install
  4. Run node index.js There is a second branch to this repository that contains the upgraded version of this video chat application with added buttons like mute, hide camera and leave room.# webrtc-project