diff --git a/react/features/deep-linking/functions.js b/react/features/deep-linking/functions.js index 717e3306e..0fe678cd0 100644 --- a/react/features/deep-linking/functions.js +++ b/react/features/deep-linking/functions.js @@ -54,7 +54,7 @@ export function generateDeepLinkingURL() { const url = href.replace(regex, '').substr(2); const pkg = interfaceConfig.ANDROID_APP_PACKAGE || 'org.jitsi.meet'; - return `intent://${url}/#Intent;scheme=${appScheme};package=${pkg};end`; + return `intent://${url}#Intent;scheme=${appScheme};package=${pkg};end`; } // iOS: Replace the protocol part with the app scheme.