{
+ await setActiveMediaDeviceIn(key as string)
+ saveVideoInputDeviceId(key as string)
+ }}
+ {...disabledProps}
+ style={{
+ width: '100%',
+ }}
+ />
+
+ {localParticipant.isCameraEnabled ? (
+ <>
+ {/* eslint-disable-next-line jsx-a11y/media-has-caption */}
+
+ >
+ ) : (
+
+ {t('video.camera.disabled')}
+
+ )}
+
+