fix(filmstrip) Fix screensharing filmstrip (#11775)

This commit is contained in:
Robert Pintilii 2022-07-04 10:32:59 +03:00 committed by GitHub
parent b2b576f6fb
commit d910b9db57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ type Props = {
};
const ScreenshareFilmstrip = (props: Props) => props._currentLayout === LAYOUTS.STAGE_FILMSTRIP_VIEW
&& props._remoteParticipantsLength === 1 && (
&& props._remoteParticipants.length === 1 && (
<span className = { LAYOUT_CLASSNAMES[LAYOUTS.TILE_VIEW] }>
<Filmstrip
{ ...props }