Interface UpstreamConnectionStatus
Properties
Readonly
connectionState
connectionState: Nullable<RTCPeerConnectionState>
Readonly
gatheringState
gatheringState: Nullable<RTCIceGatheringState>
Readonly
iceState
iceState: Nullable<RTCIceConnectionState>
Readonly
localDescription
localDescription: Nullable<RTCSessionDescription>
Readonly
remoteDescription
remoteDescription: Nullable<RTCSessionDescription>