Type Alias PeerConnectionState

Source
pub type PeerConnectionState = RtcPeerConnectionState;

Aliased Type§

#[repr(u32)]
pub enum PeerConnectionState { Closed = 0, Failed = 1, Disconnected = 2, New = 3, Connecting = 4, Connected = 5, }

Variants§

§

Closed = 0

§

Failed = 1

§

Disconnected = 2

§

New = 3

§

Connecting = 4

§

Connected = 5