bugfix
This commit is contained in:
parent
60fe655892
commit
2877c739f7
@ -204,7 +204,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
}));
|
}));
|
||||||
case 'answer':
|
case 'answer':
|
||||||
if (d.from == self.peer_info){
|
if (d.from == self.peer_info){
|
||||||
var desc = new RTCSessionDescription(d.answer));
|
var desc = new RTCSessionDescription(d.answer);
|
||||||
this.peerConnection.setRemoteDescription(desc);
|
this.peerConnection.setRemoteDescription(desc);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user