diff --git a/ts/services/calling.ts b/ts/services/calling.ts index 540e84302b..cef72d3ed1 100644 --- a/ts/services/calling.ts +++ b/ts/services/calling.ts @@ -945,7 +945,7 @@ export class CallingClass { } else { this.setOutgoingVideo( conversationId, - Boolean(this.hadLocalVideoBeforePresenting) || hasLocalVideo + this.hadLocalVideoBeforePresenting ?? hasLocalVideo ); this.hadLocalVideoBeforePresenting = undefined; }