web: sync Jitsi Meet configuration
This commit is contained in:
@@ -146,7 +146,7 @@ var config = {
|
|||||||
desktopSharingChromeExtId: null,
|
desktopSharingChromeExtId: null,
|
||||||
|
|
||||||
// Whether desktop sharing should be disabled on Chrome.
|
// Whether desktop sharing should be disabled on Chrome.
|
||||||
desktopSharingChromeDisabled: true,
|
// desktopSharingChromeDisabled: false,
|
||||||
|
|
||||||
// The media sources to use when using screen sharing with the Chrome
|
// The media sources to use when using screen sharing with the Chrome
|
||||||
// extension.
|
// extension.
|
||||||
@@ -156,7 +156,7 @@ var config = {
|
|||||||
desktopSharingChromeMinExtVersion: '0.1',
|
desktopSharingChromeMinExtVersion: '0.1',
|
||||||
|
|
||||||
// Whether desktop sharing should be disabled on Firefox.
|
// Whether desktop sharing should be disabled on Firefox.
|
||||||
desktopSharingFirefoxDisabled: false,
|
// desktopSharingFirefoxDisabled: false,
|
||||||
|
|
||||||
// Optional desktop sharing frame rate options. Default value: min:5, max:5.
|
// Optional desktop sharing frame rate options. Default value: min:5, max:5.
|
||||||
// desktopSharingFrameRate: {
|
// desktopSharingFrameRate: {
|
||||||
|
|||||||
@@ -192,7 +192,12 @@ var interfaceConfig = {
|
|||||||
/**
|
/**
|
||||||
* Specify mobile app scheme for opening the app from the mobile browser.
|
* 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 */
|
/* eslint-enable no-unused-vars, no-var, max-len */
|
||||||
|
|||||||
Reference in New Issue
Block a user