WebRTC: Difference between revisions

From David's Wiki
Created page with "WebRTC (Web Real-Time Communication) is a standard for peer-to-peer real-time communication. It supports audio streams, video streams, and data streams but has a complicated..."
 
Line 5: Line 5:
==JavaScript APIs==
==JavaScript APIs==


==Native APIs (C++)===
==Native APIs (C++)==

Revision as of 12:01, 2 June 2020

WebRTC (Web Real-Time Communication) is a standard for peer-to-peer real-time communication.
It supports audio streams, video streams, and data streams but has a complicated API and handshake which needs to be performed over an existing connection such as WebSockets to a server accessible from both peers.


JavaScript APIs

Native APIs (C++)