diff --git a/ts/components/CallScreen.tsx b/ts/components/CallScreen.tsx index 2f86b0b49b..759ec2b761 100644 --- a/ts/components/CallScreen.tsx +++ b/ts/components/CallScreen.tsx @@ -284,6 +284,7 @@ export const CallScreen: React.FC = ({ } else { presentingButtonType = CallingButtonType.PRESENTING_OFF; } + const isSendingVideo = hasLocalVideo || presentingSource; return (
= ({ />
{remoteParticipantsElement} - {hasLocalVideo && isLonelyInGroup ? ( + {isSendingVideo && isLonelyInGroup ? (
) : null} - {!hasLocalVideo && isLonelyInGroup ? ( + {!isSendingVideo && isLonelyInGroup ? (
= ({ 'module-ongoing-call__footer__local-preview--audio-muted': !hasLocalAudio, })} > - {hasLocalVideo && !isLonelyInGroup ? ( + {isSendingVideo && !isLonelyInGroup ? (