Fix camera setting when stopping screenshare
This commit is contained in:
parent
36617c2e5a
commit
38d4595e3b
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ export class CallingClass {
|
|||
} else {
|
||||
this.setOutgoingVideo(
|
||||
conversationId,
|
||||
Boolean(this.hadLocalVideoBeforePresenting) || hasLocalVideo
|
||||
this.hadLocalVideoBeforePresenting ?? hasLocalVideo
|
||||
);
|
||||
this.hadLocalVideoBeforePresenting = undefined;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue