mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix issue on audio calls
This commit is contained in:
parent
e27797cdcd
commit
bc3bdeec05
@ -254,6 +254,7 @@ class CallWindow extends CustomEvents {
|
||||
)
|
||||
|
||||
// Video button
|
||||
if(this.allowVideo)
|
||||
setButtonSelected(
|
||||
bottomArea.querySelector("[data-label=\"camera\"]"),
|
||||
this.mainStream && this.mainStream.getVideoTracks().length > 0 &&
|
||||
|
Loading…
Reference in New Issue
Block a user