Add URL Scheme back to the project

This commit is contained in:
Tiago Daniel Jacobs
2022-10-14 10:53:29 -03:00
parent 2c9be37952
commit e211adb6e9
7 changed files with 40 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ import { IPortal } from '../pages/utils/types';
const DeepLink = ()=>{
initTranslation();
const SCHEME = 'bigbluebutton://';
const SCHEME = 'bigbluebutton-tablet://';
const SCHEME_DEFAULT = 'https://'
var NAME_PORTALS_DEEP_LINK = i18next.t('mobileApp.portals.namePortal.deepLink');