bugfix
This commit is contained in:
parent
20f92e3bea
commit
f9b9ea7e53
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user