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