WebRTC
WebRTC consists mainly of these parts:
-
getUserMedia()
-
Grants access to a device's camera and/or microphone, and can plug in their signals to a RTC connection.
-
RTCPeerConnection
-
An interface to configure video chat or voice calls.
-
RTCDataChannel
-
Provides a method to set up a peer-to-peer data pathway between browsers.
See also
- WebRTC on Wikipedia
- WebRTC API on datarist
- Browser support for WebRTC