Further simplify the maximised speaker view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user