From adcec6fe58273861f42c046fef14788d18e85cbf Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 22 Aug 2024 17:55:25 +0800 Subject: [PATCH] bugfix --- bricks/rtc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/rtc.js b/bricks/rtc.js index 58375a9..a6f2c46 100644 --- a/bricks/rtc.js +++ b/bricks/rtc.js @@ -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); }