fix(jaas) do not deeplink jaas users on default 8x8 app scheme
This commit is contained in:
parent
420a7d8110
commit
12be14bd4b
|
@ -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…
Reference in New Issue