Further simplify the maximised speaker view
This commit is contained in:
parent
b84c36eb2e
commit
de0df4b534
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ export function VideoTileContainer({
|
|||
onFullscreen={onFullscreenCallback}
|
||||
{...rest}
|
||||
/>
|
||||
{videoTileSettingsModalState.isOpen && (
|
||||
{videoTileSettingsModalState.isOpen && !maximised && (
|
||||
<VideoTileSettingsModal
|
||||
{...videoTileSettingsModalProps}
|
||||
feed={item.callFeed}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue