Further simplify the maximised speaker view

This commit is contained in:
Robin Townsend 2022-09-22 17:52:05 -04:00
commit de0df4b534
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
ref={ref}
{...rest}
>
{(!isLocal || screenshare) && (
{(!isLocal || screenshare) && !maximised && (
<div className={classNames(styles.toolbar)}>
{!isLocal && (
<AudioButton