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 {
|
} else {
|
||||||
this.setOutgoingVideo(
|
this.setOutgoingVideo(
|
||||||
conversationId,
|
conversationId,
|
||||||
Boolean(this.hadLocalVideoBeforePresenting) || hasLocalVideo
|
this.hadLocalVideoBeforePresenting ?? hasLocalVideo
|
||||||
);
|
);
|
||||||
this.hadLocalVideoBeforePresenting = undefined;
|
this.hadLocalVideoBeforePresenting = undefined;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue