web: sync Jitsi Meet configuration

This commit is contained in:
Saúl Ibarra Corretgé
2019-02-13 10:50:17 +01:00
parent 3a534c63b5
commit 7f00c8e7a2
2 changed files with 8 additions and 3 deletions

View File

@@ -192,7 +192,12 @@ var interfaceConfig = {
/**
* Specify mobile app scheme for opening the app from the mobile browser.
*/
// APP_SCHEME: 'org.jitsi.meet'
// APP_SCHEME: 'org.jitsi.meet',
/**
* Specify the Android app package name.
*/
// ANDROID_APP_PACKAGE: 'org.jitsi.meet'
};
/* eslint-enable no-unused-vars, no-var, max-len */