Don't wait for our producers
parent
bbb8f67dff
commit
8c60046ea3
|
|
@ -1366,7 +1366,7 @@ export default class RoomClient
|
||||||
if (this._produce)
|
if (this._produce)
|
||||||
{
|
{
|
||||||
if (this._room.canSend('audio'))
|
if (this._room.canSend('audio'))
|
||||||
await this._setMicProducer();
|
this._setMicProducer();
|
||||||
|
|
||||||
// Add our webcam (unless the cookie says no).
|
// Add our webcam (unless the cookie says no).
|
||||||
if (this._room.canSend('video'))
|
if (this._room.canSend('video'))
|
||||||
|
|
@ -1374,7 +1374,7 @@ export default class RoomClient
|
||||||
const devicesCookie = cookiesManager.getDevices();
|
const devicesCookie = cookiesManager.getDevices();
|
||||||
|
|
||||||
if (!devicesCookie || devicesCookie.webcamEnabled)
|
if (!devicesCookie || devicesCookie.webcamEnabled)
|
||||||
await this.enableWebcam();
|
this.enableWebcam();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue