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