bugfix
This commit is contained in:
parent
b995238677
commit
2e133e949f
@ -458,7 +458,7 @@ bricks.RTCP2PConnect = class {
|
|||||||
dc.close();
|
dc.close();
|
||||||
}
|
}
|
||||||
pc.close();
|
pc.close();
|
||||||
self.peers = {k:v for k,v in self.peers if k!=peer.id};
|
delete self.peers[peer.id];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user