This commit is contained in:
yumoqing 2024-10-11 15:07:34 +08:00
parent 4f753548c7
commit 98eef3e239

View File

@ -260,7 +260,7 @@ bricks.RTCP2PConnect = class {
msgto:data.msgfrom
});
if (this.peers[data.msgfrom.id].role == 'responser'){
await this.send_offer(peer);
await this.send_offer(data.msgfrom);
}
}