mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
Destroy useless peer connections
This commit is contained in:
parent
5d7f7fc779
commit
3ec29e534d
@ -206,6 +206,10 @@ class CallWindow extends CustomEvents {
|
||||
|
||||
if(this.mainPeer)
|
||||
this.mainPeer.destroy();
|
||||
|
||||
// Destroy peer connections
|
||||
for(const el of this.peersEls)
|
||||
el[1].destroy()
|
||||
|
||||
if(propagate)
|
||||
this.emitEvent("close");
|
||||
|
Loading…
Reference in New Issue
Block a user