|
@@ -49,7 +49,7 @@ export function getDeviceSelectionDialogProps(stateful: Object | Function) {
|
49
|
49
|
// conference and this is not supported, when we open device selection on
|
50
|
50
|
// welcome page changing input devices will not be a problem
|
51
|
51
|
// on welcome page we also show only what we have saved as user selected devices
|
52
|
|
- if (!conference) {
|
|
52
|
+ if (!conference && !isMobileSafari) {
|
53
|
53
|
disableAudioInputChange = false;
|
54
|
54
|
disableVideoInputSelect = false;
|
55
|
55
|
selectedAudioInputId = userSelectedMic;
|