set in enable AV device constraint to ideal instead of exact
parent
113fb208ca
commit
f37bde2429
|
|
@ -2467,7 +2467,7 @@ export default class RoomClient
|
|||
const stream = await navigator.mediaDevices.getUserMedia(
|
||||
{
|
||||
audio : {
|
||||
deviceId : { exact: deviceId }
|
||||
deviceId : { ideal: deviceId }
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
@ -2814,7 +2814,7 @@ export default class RoomClient
|
|||
{
|
||||
video :
|
||||
{
|
||||
deviceId : { exact: deviceId },
|
||||
deviceId : { ideal: deviceId },
|
||||
...VIDEO_CONSTRAINS[resolution]
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue