This commit is contained in:
yumoqing 2024-08-22 17:55:25 +08:00
parent ea392ea35c
commit adcec6fe58

View File

@ -283,7 +283,7 @@ bricks.RTCClient = class extends bricks.VBox {
console.log('signal_status=', this.pc.signalingState,
'iceconnectstate=', this.pc.iceConnectionState,
'connectstate=', this.pc.connectionState,
'cantrickleIceCandidate=', this.pc.canTrickleIceCandidates)
'cantrickleIceCandidate=', this.pc.canTrickleIceCandidates,
'peerConnectionState=', this.pc.peerConnectionState,
'icegatheringstate=', this.pc.iceGatheringState);
}