bugfix
This commit is contained in:
parent
4f753548c7
commit
98eef3e239
@ -260,7 +260,7 @@ bricks.RTCP2PConnect = class {
|
|||||||
msgto:data.msgfrom
|
msgto:data.msgfrom
|
||||||
});
|
});
|
||||||
if (this.peers[data.msgfrom.id].role == 'responser'){
|
if (this.peers[data.msgfrom.id].role == 'responser'){
|
||||||
await this.send_offer(peer);
|
await this.send_offer(data.msgfrom);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user