This commit is contained in:
yumoqing 2024-08-21 15:53:20 +08:00
parent 20f92e3bea
commit f9b9ea7e53

View File

@ -250,7 +250,7 @@ bricks.RTCClient = class extends bricks.VBox {
break;
case 'iceCandidate':
if (d.from.id == this.peer_info.id){
# var candidate = new RTCIceCandidate(d.candidate);
// var candidate = new RTCIceCandidate(d.candidate);
await this.pc.addIceCandidate(d.candidate);
console.log('iceCandidate branch exe');
}