web: update config.js from upstream
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
2da615c1f4
commit
bb7f68a749
@@ -18,9 +18,6 @@ var config = {
|
|||||||
// XMPP domain.
|
// XMPP domain.
|
||||||
domain: 'jitsi-meet.example.com',
|
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.
|
// When using authentication, domain for guest users.
|
||||||
// anonymousdomain: 'guest.example.com',
|
// anonymousdomain: 'guest.example.com',
|
||||||
|
|
||||||
@@ -35,6 +32,9 @@ var config = {
|
|||||||
|
|
||||||
// Focus component domain. Defaults to focus.<domain>.
|
// Focus component domain. Defaults to focus.<domain>.
|
||||||
// focus: 'focus.jitsi-meet.example.com',
|
// 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.
|
// BOSH URL. FIXME: use XEP-0156 to discover it.
|
||||||
@@ -171,6 +171,10 @@ var config = {
|
|||||||
|
|
||||||
// Whether to enable file recording or not.
|
// Whether to enable file recording or not.
|
||||||
// fileRecordingsEnabled: false,
|
// fileRecordingsEnabled: false,
|
||||||
|
// Enable the dropbox integration.
|
||||||
|
// dropbox: {
|
||||||
|
// appKey: '<APP_KEY>' // Specify your app key here.
|
||||||
|
// },
|
||||||
|
|
||||||
// Whether to enable live streaming or not.
|
// Whether to enable live streaming or not.
|
||||||
// liveStreamingEnabled: false,
|
// liveStreamingEnabled: false,
|
||||||
@@ -237,10 +241,6 @@ var config = {
|
|||||||
// Disable hiding of remote thumbnails when in a 1-on-1 conference call.
|
// Disable hiding of remote thumbnails when in a 1-on-1 conference call.
|
||||||
// disable1On1Mode: false,
|
// 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.
|
// Default language for the user interface.
|
||||||
// defaultLanguage: 'en',
|
// defaultLanguage: 'en',
|
||||||
|
|
||||||
@@ -334,14 +334,19 @@ var config = {
|
|||||||
// backToP2PDelay: 5
|
// backToP2PDelay: 5
|
||||||
},
|
},
|
||||||
|
|
||||||
// A list of scripts to load as lib-jitsi-meet "analytics handlers".
|
analytics: {
|
||||||
// analyticsScriptUrls: [
|
// The Google Analytics Tracking ID:
|
||||||
// "libs/analytics-ga.js", // google-analytics
|
// googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1'
|
||||||
|
|
||||||
|
// The Amplitude APP Key:
|
||||||
|
// amplitudeAPPKey: '<APP_KEY>'
|
||||||
|
|
||||||
|
// 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"
|
// "https://example.com/my-custom-analytics.js"
|
||||||
// ],
|
// ],
|
||||||
|
},
|
||||||
// The Google Analytics Tracking ID
|
|
||||||
// googleAnalyticsTrackingId = 'your-tracking-id-here-UA-123456-1',
|
|
||||||
|
|
||||||
// Information about the jitsi-meet instance we are connecting to, including
|
// Information about the jitsi-meet instance we are connecting to, including
|
||||||
// the user region as seen by the server.
|
// the user region as seen by the server.
|
||||||
@@ -381,6 +386,13 @@ var config = {
|
|||||||
// analyticsInterval: 60000,
|
// 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
|
// List of undocumented settings used in jitsi-meet
|
||||||
/**
|
/**
|
||||||
_immediateReloadThreshold
|
_immediateReloadThreshold
|
||||||
|
|||||||
Reference in New Issue
Block a user