Przeglądaj źródła

fix(jaas) do not deeplink jaas users on default 8x8 app scheme

j8
Tudor-Ovidiu Avram 3 lat temu
rodzic
commit
12be14bd4b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      react/features/deep-linking/functions.js

+ 1
- 1
react/features/deep-linking/functions.js Wyświetl plik

@@ -58,7 +58,7 @@ export function getDeepLinkingPage(state) {
58 58
     if (launchInWeb
59 59
             || !room
60 60
             || state['features/base/config'].disableDeepLinking
61
-            || (isVpaasMeeting(state) && !appScheme)) {
61
+            || (isVpaasMeeting(state) && (!appScheme || appScheme === 'com.8x8.meet'))) {
62 62
         return Promise.resolve();
63 63
     }
64 64
 

Ładowanie…
Anuluj
Zapisz