|
@@ -0,0 +1,388 @@
|
|
|
+
|
|
|
+
|
|
|
+var config = {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ hosts: {
|
|
|
+
|
|
|
+ domain: 'jitsi-meet.example.com',
|
|
|
+
|
|
|
+
|
|
|
+ muc: 'conference.jitsi-meet.example.com'
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ bosh: '/http-bind',
|
|
|
+
|
|
|
+
|
|
|
+ clientNode: 'http://jitsi.org/jitsimeet',
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ testing: {
|
|
|
+
|
|
|
+ enableFirefoxSimulcast: false,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ p2pTestMode: false
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ disableSuspendVideo: true,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingChromeExtId: null,
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingChromeDisabled: true,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingChromeSources: [ 'screen', 'window', 'tab' ],
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingChromeMinExtVersion: '0.1',
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingFirefoxExtId: null,
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingFirefoxDisabled: false,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingFirefoxMaxVersionExtRequired: 51,
|
|
|
+
|
|
|
+
|
|
|
+ desktopSharingFirefoxExtensionURL: null,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ channelLastN: -1,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ enableWelcomePage: true,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ minHDHeight: 540,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ enableUserRolesBasedOnToken: false,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ p2p: {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ enabled: true,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ stunServers: [
|
|
|
+ { urls: 'stun:stun.l.google.com:19302' },
|
|
|
+ { urls: 'stun:stun1.l.google.com:19302' },
|
|
|
+ { urls: 'stun:stun2.l.google.com:19302' }
|
|
|
+ ],
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ preferH264: true
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ deploymentInfo: {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ alwaysVisibleToolbar
|
|
|
+ autoEnableDesktopSharing
|
|
|
+ autoRecord
|
|
|
+ autoRecordToken
|
|
|
+ debug
|
|
|
+ debugAudioLevels
|
|
|
+ deploymentInfo
|
|
|
+ dialInConfCodeUrl
|
|
|
+ dialInNumbersUrl
|
|
|
+ dialOutAuthUrl
|
|
|
+ dialOutCodesUrl
|
|
|
+ disableRemoteControl
|
|
|
+ displayJids
|
|
|
+ enableLocalVideoFlip
|
|
|
+ etherpad_base
|
|
|
+ externalConnectUrl
|
|
|
+ firefox_fake_device
|
|
|
+ iAmRecorder
|
|
|
+ iAmSipGateway
|
|
|
+ peopleSearchQueryTypes
|
|
|
+ peopleSearchUrl
|
|
|
+ requireDisplayName
|
|
|
+ tokenAuthUrl
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ _peerConnStatusOutOfLastNTimeout
|
|
|
+ _peerConnStatusRtcMuteTimeout
|
|
|
+ abTesting
|
|
|
+ avgRtpStatsN
|
|
|
+ callStatsConfIDNamespace
|
|
|
+ callStatsCustomScriptUrl
|
|
|
+ desktopSharingSources
|
|
|
+ disableAEC
|
|
|
+ disableAGC
|
|
|
+ disableAP
|
|
|
+ disableHPF
|
|
|
+ disableNS
|
|
|
+ enableLipSync
|
|
|
+ enableTalkWhileMuted
|
|
|
+ forceJVB121Ratio
|
|
|
+ hiddenDomain
|
|
|
+ ignoreStartMuted
|
|
|
+ nick
|
|
|
+ startBitrate
|
|
|
+ */
|
|
|
+};
|
|
|
+
|
|
|
+
|