Procházet zdrojové kódy

fix(devices): device type to settings key mapping for video

factor2
Gabriel Borlea před 1 rokem
rodič
revize
0bce8e185d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      react/features/base/devices/actions.web.ts

+ 1
- 1
react/features/base/devices/actions.web.ts Zobrazit soubor

@@ -43,7 +43,7 @@ const DEVICE_TYPE_TO_SETTINGS_KEYS = {
43 43
         userSelectedDeviceLabel: 'userSelectedAudioOutputDeviceLabel'
44 44
     },
45 45
     videoInput: {
46
-        currentDeviceId: 'audioOutputDeviceId',
46
+        currentDeviceId: 'cameraDeviceId',
47 47
         userSelectedDeviceId: 'userSelectedCameraDeviceId',
48 48
         userSelectedDeviceLabel: 'userSelectedCameraDeviceLabel'
49 49
     }

Načítá se…
Zrušit
Uložit