소스 검색

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

j8
Tudor-Ovidiu Avram 3 년 전
부모
커밋
12be14bd4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/deep-linking/functions.js

+ 1
- 1
react/features/deep-linking/functions.js 파일 보기

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

Loading…
취소
저장