Skip to content

Commit

Permalink
Fix Jitsi App Links
Browse files Browse the repository at this point in the history
This change fixes the app links (Join, Download etc.) for meet.ffmuc.net
  • Loading branch information
acritox authored Mar 9, 2024
1 parent 2f2189b commit 08d8e76
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions jitsi/meet/domain-config.js.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08d8e76

Please sign in to comment.