WebRTC: Difference between revisions

From David's Wiki
No edit summary
Line 8: Line 8:


==Resources==
==Resources==
* [https://www.html5rocks.com/en/tutorials/webrtc/basics/ HTML5Rocks: Getting Started with WebRTC (JS)]


==References==
==References==

Revision as of 12:19, 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++)

Resources

References