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