Following : Realtime communication with WebRTC codelab
- Get video from your webcam - [completed]
- Stream video with RTCPeerConnection - [completed]
- Stream data with RTCDataChannel
- Set up a signaling service to exchange messages
- Combine peer connection and signaling
- Take a photo and share it via a data channel
- Chrome 47 or above.
- Web Server for Chrome, or use your own web server of choice.
- The sample code.
- A text editor.
- Basic knowledge of HTML, CSS and JavaScript, Node.JS.