diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index d655c672..dfd9fcd8 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -414,7 +414,7 @@ export const InCallView: FC = subscribe( )} {showControls &&
{buttons}
} - {!mobile && !hideHeader && showControls && ( + {!mobile && showControls && (