Module medea::media[][src]

Representations of media and media connection establishment objects.

Modules

peer

Remote RTCPeerConnection representation.

track

Remote MediaStreamTrack representation.

Structs

MediaTrack

Representation of MediaStreamTrack object.

Peer

RTCPeerConnection representation.

Stable

No negotiation happening atm. It may have been ended or haven’t yet started.

WaitLocalSdp

Peer doesn’t have remote SDP and is waiting for local SDP.

WaitRemoteSdp

Peer has local SDP and is waiting for remote SDP.

Enums

PeerError

Produced when unwrapping PeerStateMachine to Peer with wrong state.

PeerStateMachine

Implementation of Peer state machine.