Bladeren bron

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

factor2
Gabriel Borlea 1 jaar geleden
bovenliggende
commit
0bce8e185d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      react/features/base/devices/actions.web.ts

+ 1
- 1
react/features/base/devices/actions.web.ts Bestand weergeven

@@ -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
     }

Laden…
Annuleren
Opslaan