This is a basic example that adds a few more features so that the WebRTC example provided by Google is suitable for video chatting.
The fifth of Google's examples "Realtime communication with WebRTC", "8. Combine peer connection and signaling" was added to the following features.
- SSL applied
- Re-enter the chat room
- Add audio
- Added CSS for a better chat screen
- npm install
- node index.js
- https://localhost:3000 or htts://IP Address:3000