bugfix
This commit is contained in:
parent
ea392ea35c
commit
adcec6fe58
@ -283,7 +283,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
console.log('signal_status=', this.pc.signalingState,
|
console.log('signal_status=', this.pc.signalingState,
|
||||||
'iceconnectstate=', this.pc.iceConnectionState,
|
'iceconnectstate=', this.pc.iceConnectionState,
|
||||||
'connectstate=', this.pc.connectionState,
|
'connectstate=', this.pc.connectionState,
|
||||||
'cantrickleIceCandidate=', this.pc.canTrickleIceCandidates)
|
'cantrickleIceCandidate=', this.pc.canTrickleIceCandidates,
|
||||||
'peerConnectionState=', this.pc.peerConnectionState,
|
'peerConnectionState=', this.pc.peerConnectionState,
|
||||||
'icegatheringstate=', this.pc.iceGatheringState);
|
'icegatheringstate=', this.pc.iceGatheringState);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user