Explorar el Código

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

factor2
Gabriel Borlea hace 1 año
padre
commit
0bce8e185d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      react/features/base/devices/actions.web.ts

+ 1
- 1
react/features/base/devices/actions.web.ts Ver fichero

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

Loading…
Cancelar
Guardar