diff --git a/jitsi/meet/domain-config.js.jinja b/jitsi/meet/domain-config.js.jinja index bb39bac..6f59fdd 100644 --- a/jitsi/meet/domain-config.js.jinja +++ b/jitsi/meet/domain-config.js.jinja @@ -1057,47 +1057,47 @@ var config = { appName: 'Freifunk Muenchen Jitsi Meet' } - // // If true, any checks to handoff to another application will be prevented - // // and instead the app will continue to display in the current browser. - // disabled: false, - - // // whether to hide the logo on the deep linking pages. - // hideLogo: false, - - // // The ios deeplinking config. - // ios: { - // appName: 'Jitsi Meet', - // // Specify mobile app scheme for opening the app from the mobile browser. - // appScheme: 'org.jitsi.meet', - // // Custom URL for downloading ios mobile app. - // downloadLink: 'https://itunes.apple.com/us/app/jitsi-meet/id1165103905', - // dynamicLink: { - // apn: 'org.jitsi.meet', - // appCode: 'w2atb', - // customDomain: undefined, - // ibi: 'com.atlassian.JitsiMeet.ios', - // isi: '1165103905' - // } - // }, + // If true, any checks to handoff to another application will be prevented + // and instead the app will continue to display in the current browser. + disabled: false, - // // The android deeplinking config. - // android: { - // appName: 'Jitsi Meet', - // // Specify mobile app scheme for opening the app from the mobile browser. - // appScheme: 'org.jitsi.meet', - // // Custom URL for downloading android mobile app. - // downloadLink: 'https://play.google.com/store/apps/details?id=org.jitsi.meet', - // // Android app package name. - // appPackage: 'org.jitsi.meet', - // fDroidUrl: 'https://f-droid.org/en/packages/org.jitsi.meet/', - // dynamicLink: { - // apn: 'org.jitsi.meet', - // appCode: 'w2atb', - // customDomain: undefined, - // ibi: 'com.atlassian.JitsiMeet.ios', - // isi: '1165103905' - // } - // } + // whether to hide the logo on the deep linking pages. + hideLogo: false, + + // The ios deeplinking config. + ios: { + appName: 'Jitsi Meet', + // Specify mobile app scheme for opening the app from the mobile browser. + appScheme: 'org.jitsi.meet', + // Custom URL for downloading ios mobile app. + downloadLink: 'https://itunes.apple.com/us/app/jitsi-meet/id1165103905', + dynamicLink: { + apn: 'org.jitsi.meet', + appCode: 'w2atb', + customDomain: undefined, + ibi: 'com.atlassian.JitsiMeet.ios', + isi: '1165103905' + } + }, + + // The android deeplinking config. + android: { + appName: 'Jitsi Meet', + // Specify mobile app scheme for opening the app from the mobile browser. + appScheme: 'org.jitsi.meet', + // Custom URL for downloading android mobile app. + downloadLink: 'https://play.google.com/store/apps/details?id=org.jitsi.meet', + // Android app package name. + appPackage: 'org.jitsi.meet', + fDroidUrl: 'https://f-droid.org/en/packages/org.jitsi.meet/', + dynamicLink: { + apn: 'org.jitsi.meet', + appCode: 'w2atb', + customDomain: undefined, + ibi: 'com.atlassian.JitsiMeet.ios', + isi: '1165103905' + } + } }, // A property to disable the right click context menu for localVideo