From d910b9db57589dbb6f533eaeb01de11ee0ad489a Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Mon, 4 Jul 2022 10:32:59 +0300 Subject: [PATCH] fix(filmstrip) Fix screensharing filmstrip (#11775) --- react/features/filmstrip/components/web/ScreenshareFilmstrip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/filmstrip/components/web/ScreenshareFilmstrip.js b/react/features/filmstrip/components/web/ScreenshareFilmstrip.js index afa4b80af..048632c2c 100644 --- a/react/features/filmstrip/components/web/ScreenshareFilmstrip.js +++ b/react/features/filmstrip/components/web/ScreenshareFilmstrip.js @@ -84,7 +84,7 @@ type Props = { }; const ScreenshareFilmstrip = (props: Props) => props._currentLayout === LAYOUTS.STAGE_FILMSTRIP_VIEW - && props._remoteParticipantsLength === 1 && ( + && props._remoteParticipants.length === 1 && (