diff --git a/react/features/device-selection/functions.js b/react/features/device-selection/functions.js index 1a498809a..4f9a05bcc 100644 --- a/react/features/device-selection/functions.js +++ b/react/features/device-selection/functions.js @@ -49,7 +49,7 @@ export function getDeviceSelectionDialogProps(stateful: Object | Function) { // conference and this is not supported, when we open device selection on // welcome page changing input devices will not be a problem // on welcome page we also show only what we have saved as user selected devices - if (!conference) { + if (!conference && !isMobileSafari) { disableAudioInputChange = false; disableVideoInputSelect = false; selectedAudioInputId = userSelectedMic;