Don't enable webcam on audio call startup (#4602)
This commit is contained in:
parent
b8dbd5970d
commit
2373209834
1 changed files with 4 additions and 1 deletions
|
@ -130,7 +130,10 @@ export class CallingClass {
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.startDeviceReselectionTimer();
|
await this.startDeviceReselectionTimer();
|
||||||
this.enableLocalCamera();
|
|
||||||
|
if (isVideoCall) {
|
||||||
|
this.enableLocalCamera();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stopCallingLobby(): void {
|
stopCallingLobby(): void {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue