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

pull/14099/head jitsi-meet_9128
Gabriel Borlea 2 years ago committed by Gabriel Borlea
parent 7f21075613
commit 0bce8e185d
  1. 2
      react/features/base/devices/actions.web.ts

@ -43,7 +43,7 @@ const DEVICE_TYPE_TO_SETTINGS_KEYS = {
userSelectedDeviceLabel: 'userSelectedAudioOutputDeviceLabel'
},
videoInput: {
currentDeviceId: 'audioOutputDeviceId',
currentDeviceId: 'cameraDeviceId',
userSelectedDeviceId: 'userSelectedCameraDeviceId',
userSelectedDeviceLabel: 'userSelectedCameraDeviceLabel'
}

Loading…
Cancel
Save