From 420c7c87e3d12415101d4cc6f67c094b1dc68c47 Mon Sep 17 00:00:00 2001 From: Horatiu Muresan <39557534+horymury@users.noreply.github.com> Date: Mon, 16 May 2022 12:30:14 +0300 Subject: [PATCH] fix(filmstrip) Do not render filmstrip on prejoin/lobby --- react/features/conference/components/web/Conference.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/react/features/conference/components/web/Conference.js b/react/features/conference/components/web/Conference.js index 46c8cf3cd..90be0b0b5 100644 --- a/react/features/conference/components/web/Conference.js +++ b/react/features/conference/components/web/Conference.js @@ -236,8 +236,12 @@ class Conference extends AbstractConference { id = 'videospace' onTouchStart = { this._onVidespaceTouchStart }> - - + { + _showPrejoin || _showLobby || (<> + + + ) + } { _showPrejoin || _showLobby || }