git clone https://github.com/krishnaclouds/webrtc-video-chat.git
npm install
npm start
Client can be accessed at localhost:9000
- Basic Project Setup
- Explore and Implement Media Stream API
- Implement RTCPeerConnection
- Setup Signalling Server
- Implement RTCDataChannel for messages
- Brushup the project and deploy