From bb7f68a74902fbbbd9e603184f8b878e0b8992e4 Mon Sep 17 00:00:00 2001 From: netaskd Date: Fri, 8 Feb 2019 15:00:49 +0300 Subject: [PATCH] web: update config.js from upstream --- web/rootfs/defaults/config.js | 40 +++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/web/rootfs/defaults/config.js b/web/rootfs/defaults/config.js index 0b49024..1f51e36 100644 --- a/web/rootfs/defaults/config.js +++ b/web/rootfs/defaults/config.js @@ -18,9 +18,6 @@ var config = { // XMPP domain. domain: 'jitsi-meet.example.com', - // XMPP MUC domain. FIXME: use XEP-0030 to discover it. - muc: 'conference.jitsi-meet.example.com' - // When using authentication, domain for guest users. // anonymousdomain: 'guest.example.com', @@ -35,6 +32,9 @@ var config = { // Focus component domain. Defaults to focus.. // focus: 'focus.jitsi-meet.example.com', + + // XMPP MUC domain. FIXME: use XEP-0030 to discover it. + muc: 'conference.jitsi-meet.example.com' }, // BOSH URL. FIXME: use XEP-0156 to discover it. @@ -171,6 +171,10 @@ var config = { // Whether to enable file recording or not. // fileRecordingsEnabled: false, + // Enable the dropbox integration. + // dropbox: { + // appKey: '' // Specify your app key here. + // }, // Whether to enable live streaming or not. // liveStreamingEnabled: false, @@ -237,10 +241,6 @@ var config = { // Disable hiding of remote thumbnails when in a 1-on-1 conference call. // disable1On1Mode: false, - // The minimum value a video's height (or width, whichever is smaller) needs - // to be in order to be considered high-definition. - minHDHeight: 540, - // Default language for the user interface. // defaultLanguage: 'en', @@ -334,14 +334,19 @@ var config = { // backToP2PDelay: 5 }, - // A list of scripts to load as lib-jitsi-meet "analytics handlers". - // analyticsScriptUrls: [ - // "libs/analytics-ga.js", // google-analytics - // "https://example.com/my-custom-analytics.js" - // ], + analytics: { + // The Google Analytics Tracking ID: + // googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1' - // The Google Analytics Tracking ID - // googleAnalyticsTrackingId = 'your-tracking-id-here-UA-123456-1', + // The Amplitude APP Key: + // amplitudeAPPKey: '' + + // Array of script URLs to load as lib-jitsi-meet "analytics handlers". + // scriptURLs: [ + // "libs/analytics-ga.min.js", // google-analytics + // "https://example.com/my-custom-analytics.js" + // ], + }, // Information about the jitsi-meet instance we are connecting to, including // the user region as seen by the server. @@ -381,6 +386,13 @@ var config = { // analyticsInterval: 60000, // } + // If set, will attempt to use the provided video input device label when + // triggering a screenshare, instead of proceeding through the normal flow + // for obtaining a desktop stream. + // NOTE: This option is experimental and is currently intended for internal + // use only. + // _desktopSharingSourceDevice: 'sample-id-or-label' + // List of undocumented settings used in jitsi-meet /** _immediateReloadThreshold