|
|
|
@ -25,31 +25,11 @@ var interfaceConfig = { |
|
|
|
|
BRAND_WATERMARK_LINK: '', |
|
|
|
|
|
|
|
|
|
CLOSE_PAGE_GUEST_HINT: false, // A html text to be shown to guests on the close page, false disables it
|
|
|
|
|
/** |
|
|
|
|
* Whether the connection indicator icon should hide itself based on |
|
|
|
|
* connection strength. If true, the connection indicator will remain |
|
|
|
|
* displayed while the participant has a weak connection and will hide |
|
|
|
|
* itself after the CONNECTION_INDICATOR_HIDE_TIMEOUT when the connection is |
|
|
|
|
* strong. |
|
|
|
|
* |
|
|
|
|
* @type {boolean} |
|
|
|
|
*/ |
|
|
|
|
CONNECTION_INDICATOR_AUTO_HIDE_ENABLED: true, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* How long the connection indicator should remain displayed before hiding. |
|
|
|
|
* Used in conjunction with CONNECTION_INDICATOR_AUTOHIDE_ENABLED. |
|
|
|
|
* |
|
|
|
|
* @type {number} |
|
|
|
|
*/ |
|
|
|
|
CONNECTION_INDICATOR_AUTO_HIDE_TIMEOUT: 5000, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* If true, hides the connection indicators completely. |
|
|
|
|
* |
|
|
|
|
* @type {boolean} |
|
|
|
|
*/ |
|
|
|
|
CONNECTION_INDICATOR_DISABLED: false, |
|
|
|
|
// Connection indicators (
|
|
|
|
|
// CONNECTION_INDICATOR_AUTO_HIDE_ENABLED,
|
|
|
|
|
// CONNECTION_INDICATOR_AUTO_HIDE_TIMEOUT,
|
|
|
|
|
// CONNECTION_INDICATOR_DISABLED) got moved to config.js.
|
|
|
|
|
|
|
|
|
|
DEFAULT_BACKGROUND: '#474747', |
|
|
|
|
DEFAULT_LOCAL_DISPLAY_NAME: 'me', |
|
|
|
@ -185,10 +165,10 @@ var interfaceConfig = { |
|
|
|
|
SHOW_BRAND_WATERMARK: false, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Decides whether the chrome extension banner should be rendered on the landing page and during the meeting. |
|
|
|
|
* If this is set to false, the banner will not be rendered at all. If set to true, the check for extension(s) |
|
|
|
|
* being already installed is done before rendering. |
|
|
|
|
*/ |
|
|
|
|
* Decides whether the chrome extension banner should be rendered on the landing page and during the meeting. |
|
|
|
|
* If this is set to false, the banner will not be rendered at all. If set to true, the check for extension(s) |
|
|
|
|
* being already installed is done before rendering. |
|
|
|
|
*/ |
|
|
|
|
SHOW_CHROME_EXTENSION_BANNER: false, |
|
|
|
|
|
|
|
|
|
SHOW_DEEP_LINKING_IMAGE: false, |
|
|
|
|