diff --git a/react/features/deep-linking/functions.js b/react/features/deep-linking/functions.js index df5bdc972..9805d1421 100644 --- a/react/features/deep-linking/functions.js +++ b/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(); }