fix(filmstrip) DO not render filmstrip on prejoin/lobby
This commit is contained in:
parent
c23d38807a
commit
76899f8927
|
@ -236,8 +236,12 @@ class Conference extends AbstractConference<Props, *> {
|
|||
id = 'videospace'
|
||||
onTouchStart = { this._onVidespaceTouchStart }>
|
||||
<LargeVideo />
|
||||
<StageFilmstrip />
|
||||
<MainFilmstrip />
|
||||
{
|
||||
_showPrejoin || _showLobby || (<>
|
||||
<StageFilmstrip />
|
||||
<MainFilmstrip />
|
||||
</>)
|
||||
}
|
||||
</div>
|
||||
|
||||
{ _showPrejoin || _showLobby || <Toolbox /> }
|
||||
|
|
Loading…
Reference in New Issue