mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix camera setting when stopping screenshare
This commit is contained in:
@@ -945,7 +945,7 @@ export class CallingClass {
|
||||
} else {
|
||||
this.setOutgoingVideo(
|
||||
conversationId,
|
||||
Boolean(this.hadLocalVideoBeforePresenting) || hasLocalVideo
|
||||
this.hadLocalVideoBeforePresenting ?? hasLocalVideo
|
||||
);
|
||||
this.hadLocalVideoBeforePresenting = undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user