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

pull/9556/head^2 jitsi-meet_6088
Tudor-Ovidiu Avram 4 years ago committed by Дамян Минков
parent 420a7d8110
commit 12be14bd4b
  1. 2
      react/features/deep-linking/functions.js

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

Loading…
Cancel
Save