{/* This layout-only element is not ideal.
See the comment in _modules.css for more. */}
@@ -284,13 +321,14 @@ export const CallScreen: React.FC
= ({
'module-ongoing-call__footer__local-preview--audio-muted': !hasLocalAudio,
})}
>
- {hasLocalVideo ? (
+ {hasLocalVideo && !isLonelyInGroup ? (
- ) : (
+ ) : null}
+ {!hasLocalVideo && !isLonelyInGroup ? (
= ({
size={80}
/>
- )}
+ ) : null}
diff --git a/ts/components/CallingLobby.tsx b/ts/components/CallingLobby.tsx
index 6ca1ae92f..f136d25df 100644
--- a/ts/components/CallingLobby.tsx
+++ b/ts/components/CallingLobby.tsx
@@ -162,8 +162,8 @@ export const CallingLobby = ({
/>
) : (