This commit is contained in:
yumoqing 2024-08-20 14:35:19 +08:00
parent aad02462b7
commit 60fe655892

View File

@ -201,7 +201,7 @@ bricks.RTCClient = class extends bricks.VBox {
type:'answer',
answer:answer,
to:this.peer_info
});
}));
case 'answer':
if (d.from == self.peer_info){
var desc = new RTCSessionDescription(d.answer));