Expand description
peer_connection::RTCPeerConnection
allows to establish connection between two peers given RTC configuration. Its API is similar to one in JavaScript.
Modules§
- Custom media-related options, such as
voice_activity_detection
, which are negotiated while establishing connection. RTCSessionDescription
- wrapper for SDP text and negotiations stage (RTCSdpType
: offer - pranswer - answer - rollback).
Structs§
- PeerConnection represents a WebRTC connection that establishes a peer-to-peer communications with another PeerConnection instance in a browser, or to another endpoint implementing the required protocols.
Functions§
- math_rand_alpha generates a mathematical random alphabet sequence of the requested length.