From e28b0504091f04796585daf42ad8ae9176e851a2 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 31 Jul 2024 08:02:10 +0200 Subject: [PATCH] [mirotalksfu] - fix --- public/js/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 674147a9..cf7d2bc6 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -2357,7 +2357,7 @@ class RoomClient { this.popupPeerInfo(p.id, peer_info); this.checkPeerInfoStatus(peer_info); if (!remoteIsScreen && remotePrivacyOn) this.setVideoPrivacyStatus(remotePeerId, remotePrivacyOn); - if (remoteIsScreen) pn.click(); + if (remoteIsScreen && !isHideALLVideosActive) pn.click(); this.sound('joined'); handleAspectRatio(); console.log('[addConsumer] Video-element-count', this.videoMediaContainer.childElementCount);