pub type PeerConnectionState = RtcPeerConnectionState;Aliased Type§
pub enum PeerConnectionState {
Closed = 0,
Failed = 1,
Disconnected = 2,
New = 3,
Connecting = 4,
Connected = 5,
}pub type PeerConnectionState = RtcPeerConnectionState;pub enum PeerConnectionState {
Closed = 0,
Failed = 1,
Disconnected = 2,
New = 3,
Connecting = 4,
Connected = 5,
}