mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
remove exact
This commit is contained in:
parent
2f2b83a23e
commit
56d695c7c4
1 changed files with 3 additions and 3 deletions
|
|
@ -1506,7 +1506,7 @@ export default class RoomClient
|
|||
const stream = await navigator.mediaDevices.getUserMedia(
|
||||
{
|
||||
audio : {
|
||||
deviceId : { exact: deviceId },
|
||||
deviceId : deviceId,
|
||||
sampleRate,
|
||||
channelCount,
|
||||
autoGainControl,
|
||||
|
|
@ -1713,7 +1713,7 @@ export default class RoomClient
|
|||
{
|
||||
video :
|
||||
{
|
||||
deviceId : { exact: deviceId },
|
||||
deviceId : deviceId,
|
||||
...getVideoConstrains(resolution, aspectRatio),
|
||||
frameRate
|
||||
}
|
||||
|
|
@ -4292,7 +4292,7 @@ export default class RoomClient
|
|||
{
|
||||
video :
|
||||
{
|
||||
deviceId : { exact: videoDeviceId },
|
||||
deviceId : videoDeviceId,
|
||||
...getVideoConstrains(resolution, aspectRatio),
|
||||
frameRate
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue