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