Module webrtc::peer_connection

source ·
Expand description

peer_connection::RTCPeerConnection allows to establish connection between two peers given RTC configuration. Its API is similar to one in JavaScript.

Modules§

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.

Type Aliases§