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

This commit is contained in:
Tudor-Ovidiu Avram 2021-07-16 16:46:07 +03:00 committed by Дамян Минков
parent 420a7d8110
commit 12be14bd4b
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}