This commit is contained in:
yumoqing 2024-10-12 11:43:03 +08:00
parent b995238677
commit 2e133e949f

View File

@ -458,7 +458,7 @@ bricks.RTCP2PConnect = class {
dc.close();
}
pc.close();
self.peers = {k:v for k,v in self.peers if k!=peer.id};
delete self.peers[peer.id];
}
});