August 2017
Beginner
298 pages
7h 4m
English
While the MediaStream API is used to retrieve the video and audio stream from the user's device, the RTCPeerConnection and RTCDataChannel APIs are used for establishing a peer-to-peer connection and transferring data between them. In our Video Call app, we are going to use the SimpleWebRTC framework, which will abstract these APIs and provide us with a simpler object to establish a connection with other devices. Hence, we are not going to look into these two APIs.
However, there is one important thing to know while working with WebRTC. Even though WebRTC was created to make devices connect with each other directly without any servers, it is currently impossible to achieve this, because to connect with ...
Read now
Unlock full access