Video Stream in WebRTC

Sample Web Application that uses the getUserMedia() method to stream a video from a device's camera.

Source Code

Peer to peer Connection in WebRTC

Web application that uses RTCPeerConnection and a webRTC data channel to send texts between two textarea elements on the same page.

Source Code

Peer to peer Connection in WebRTC

Web application that uses RTCPeerConnection and a webRTC data channel to send texts between two textarea elements on the same page.

Source Code

Video Call in WebRTC

Web application uses RTCPeerConnection to set up a connection between two RTCPeerConnection objects (known as peers) on the same page.

Source Code