diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 43808b8e..69ae715b 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -441,7 +441,6 @@ export const InCallView: FC = ({ data-testid="incall_videomute" />, ); - if (!reducedControls) { if (canScreenshare && !hideScreensharing) { buttons.push( @@ -486,7 +485,7 @@ export const InCallView: FC = ({ )} {showControls &&
{buttons}
} - {!mobile && !hideHeader && showControls && ( + {!mobile && showControls && (