RTCPeerConnection

- (Press Start)

Approximate FPS0
Approximate FPS0

View the console to see logging. The MediaStream object localStream, and the RTCPeerConnection objects localPeerConnection and remotePeerConnection are in global scope, so you can inspect them in the console as well.

Code in this example used by kind permission of Vikas Marwaha and Justin Uberti.

For more information about RTCPeerConnection, see Getting Started With WebRTC.

View source on github