Преглед на файлове

fix(prejoin):Disable device selection on iosSafari

It seems that showing the device selection dialog on ios Safari will
leads to not working audio. This is temporary fix until we find out
better solution.
master
Hristo Terezov преди 3 години
родител
ревизия
4153097cc9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      react/features/device-selection/functions.js

+ 1
- 1
react/features/device-selection/functions.js Целия файл

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

Loading…
Отказ
Запис