mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Avoid an error
This commit is contained in:
parent
106744c7d8
commit
dd40c0fae3
@ -358,6 +358,10 @@ class CallWindow extends CustomEvents {
|
|||||||
audio: true
|
audio: true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Check if the window was closed in the mean time
|
||||||
|
if(!this.isOpen)
|
||||||
|
return
|
||||||
|
|
||||||
// Show user video
|
// Show user video
|
||||||
this.addVideoStream(userID(), true, stream)
|
this.addVideoStream(userID(), true, stream)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user