This commit is contained in:
yumoqing 2024-10-11 16:34:54 +08:00
parent 36d71eef6a
commit 60cc94d404

View File

@ -349,6 +349,7 @@ bricks.RTCP2PConnect = class {
}
async dc_accepted(peer, event){
console.log('accept datachannel ....');
dc = event.channel;
await this.dc_created(peer, event);
}