fix(filmstrip) Fix screensharing filmstrip (#11775)
This commit is contained in:
parent
b2b576f6fb
commit
d910b9db57
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue