You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. /* eslint-disable no-unused-vars, no-var */
  2. var config = {
  3. // Connection
  4. //
  5. hosts: {
  6. // XMPP domain.
  7. domain: 'jitsi-meet.example.com',
  8. // When using authentication, domain for guest users.
  9. // anonymousdomain: 'guest.example.com',
  10. // Domain for authenticated users. Defaults to <domain>.
  11. // authdomain: 'jitsi-meet.example.com',
  12. // Jirecon recording component domain.
  13. // jirecon: 'jirecon.jitsi-meet.example.com',
  14. // Call control component (Jigasi).
  15. // call_control: 'callcontrol.jitsi-meet.example.com',
  16. // Focus component domain. Defaults to focus.<domain>.
  17. // focus: 'focus.jitsi-meet.example.com',
  18. // XMPP MUC domain. FIXME: use XEP-0030 to discover it.
  19. muc: 'conference.jitsi-meet.example.com'
  20. },
  21. // BOSH URL. FIXME: use XEP-0156 to discover it.
  22. bosh: '//jitsi-meet.example.com/http-bind',
  23. // Websocket URL
  24. // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
  25. // The name of client node advertised in XEP-0115 'c' stanza
  26. clientNode: 'http://jitsi.org/jitsimeet',
  27. // The real JID of focus participant - can be overridden here
  28. // focusUserJid: 'focus@auth.jitsi-meet.example.com',
  29. // Testing / experimental features.
  30. //
  31. testing: {
  32. // Disables the End to End Encryption feature. Useful for debugging
  33. // issues related to insertable streams.
  34. // disableE2EE: false,
  35. // P2P test mode disables automatic switching to P2P when there are 2
  36. // participants in the conference.
  37. p2pTestMode: false
  38. // Enables the test specific features consumed by jitsi-meet-torture
  39. // testMode: false
  40. // Disables the auto-play behavior of *all* newly created video element.
  41. // This is useful when the client runs on a host with limited resources.
  42. // noAutoPlayVideo: false
  43. // Enable / disable 500 Kbps bitrate cap on desktop tracks. When enabled,
  44. // simulcast is turned off for the desktop share. If presenter is turned
  45. // on while screensharing is in progress, the max bitrate is automatically
  46. // adjusted to 2.5 Mbps. This takes a value between 0 and 1 which determines
  47. // the probability for this to be enabled.
  48. // capScreenshareBitrate: 1 // 0 to disable
  49. },
  50. // Disables ICE/UDP by filtering out local and remote UDP candidates in
  51. // signalling.
  52. // webrtcIceUdpDisable: false,
  53. // Disables ICE/TCP by filtering out local and remote TCP candidates in
  54. // signalling.
  55. // webrtcIceTcpDisable: false,
  56. // Media
  57. //
  58. // Audio
  59. // Disable measuring of audio levels.
  60. // disableAudioLevels: false,
  61. // audioLevelsInterval: 200,
  62. // Enabling this will run the lib-jitsi-meet no audio detection module which
  63. // will notify the user if the current selected microphone has no audio
  64. // input and will suggest another valid device if one is present.
  65. enableNoAudioDetection: true,
  66. // Enabling this will run the lib-jitsi-meet noise detection module which will
  67. // notify the user if there is noise, other than voice, coming from the current
  68. // selected microphone. The purpose it to let the user know that the input could
  69. // be potentially unpleasant for other meeting participants.
  70. enableNoisyMicDetection: true,
  71. // Start the conference in audio only mode (no video is being received nor
  72. // sent).
  73. // startAudioOnly: false,
  74. // Every participant after the Nth will start audio muted.
  75. // startAudioMuted: 10,
  76. // Start calls with audio muted. Unlike the option above, this one is only
  77. // applied locally. FIXME: having these 2 options is confusing.
  78. // startWithAudioMuted: false,
  79. // Enabling it (with #params) will disable local audio output of remote
  80. // participants and to enable it back a reload is needed.
  81. // startSilent: false
  82. // Sets the preferred target bitrate for the Opus audio codec by setting its
  83. // 'maxaveragebitrate' parameter. Currently not available in p2p mode.
  84. // Valid values are in the range 6000 to 510000
  85. // opusMaxAvgBitrate: 20000,
  86. // Video
  87. // Sets the preferred resolution (height) for local video. Defaults to 720.
  88. // resolution: 720,
  89. // w3c spec-compliant video constraints to use for video capture. Currently
  90. // used by browsers that return true from lib-jitsi-meet's
  91. // util#browser#usesNewGumFlow. The constraints are independent from
  92. // this config's resolution value. Defaults to requesting an ideal
  93. // resolution of 720p.
  94. // constraints: {
  95. // video: {
  96. // height: {
  97. // ideal: 720,
  98. // max: 720,
  99. // min: 240
  100. // }
  101. // }
  102. // },
  103. // Enable / disable simulcast support.
  104. // disableSimulcast: false,
  105. // Enable / disable layer suspension. If enabled, endpoints whose HD
  106. // layers are not in use will be suspended (no longer sent) until they
  107. // are requested again.
  108. // enableLayerSuspension: false,
  109. // Every participant after the Nth will start video muted.
  110. // startVideoMuted: 10,
  111. // Start calls with video muted. Unlike the option above, this one is only
  112. // applied locally. FIXME: having these 2 options is confusing.
  113. // startWithVideoMuted: false,
  114. // If set to true, prefer to use the H.264 video codec (if supported).
  115. // Note that it's not recommended to do this because simulcast is not
  116. // supported when using H.264. For 1-to-1 calls this setting is enabled by
  117. // default and can be toggled in the p2p section.
  118. // preferH264: true,
  119. // If set to true, disable H.264 video codec by stripping it out of the
  120. // SDP.
  121. // disableH264: false,
  122. // Desktop sharing
  123. // Optional desktop sharing frame rate options. Default value: min:5, max:5.
  124. // desktopSharingFrameRate: {
  125. // min: 5,
  126. // max: 5
  127. // },
  128. // Try to start calls with screen-sharing instead of camera video.
  129. // startScreenSharing: false,
  130. // Recording
  131. // Whether to enable file recording or not.
  132. // fileRecordingsEnabled: false,
  133. // Enable the dropbox integration.
  134. // dropbox: {
  135. // appKey: '<APP_KEY>' // Specify your app key here.
  136. // // A URL to redirect the user to, after authenticating
  137. // // by default uses:
  138. // // 'https://jitsi-meet.example.com/static/oauth.html'
  139. // redirectURI:
  140. // 'https://jitsi-meet.example.com/subfolder/static/oauth.html'
  141. // },
  142. // When integrations like dropbox are enabled only that will be shown,
  143. // by enabling fileRecordingsServiceEnabled, we show both the integrations
  144. // and the generic recording service (its configuration and storage type
  145. // depends on jibri configuration)
  146. // fileRecordingsServiceEnabled: false,
  147. // Whether to show the possibility to share file recording with other people
  148. // (e.g. meeting participants), based on the actual implementation
  149. // on the backend.
  150. // fileRecordingsServiceSharingEnabled: false,
  151. // Whether to enable live streaming or not.
  152. // liveStreamingEnabled: false,
  153. // Transcription (in interface_config,
  154. // subtitles and buttons can be configured)
  155. // transcribingEnabled: false,
  156. // Enables automatic turning on captions when recording is started
  157. // autoCaptionOnRecord: false,
  158. // Misc
  159. // Default value for the channel "last N" attribute. -1 for unlimited.
  160. channelLastN: -1,
  161. // // Options for the recording limit notification.
  162. // recordingLimit: {
  163. //
  164. // // The recording limit in minutes. Note: This number appears in the notification text
  165. // // but doesn't enforce the actual recording time limit. This should be configured in
  166. // // jibri!
  167. // limit: 60,
  168. //
  169. // // The name of the app with unlimited recordings.
  170. // appName: 'Unlimited recordings APP',
  171. //
  172. // // The URL of the app with unlimited recordings.
  173. // appURL: 'https://unlimited.recordings.app.com/'
  174. // },
  175. // Disables or enables RTX (RFC 4588) (defaults to false).
  176. // disableRtx: false,
  177. // Disables or enables TCC (the default is in Jicofo and set to true)
  178. // (draft-holmer-rmcat-transport-wide-cc-extensions-01). This setting
  179. // affects congestion control, it practically enables send-side bandwidth
  180. // estimations.
  181. // enableTcc: true,
  182. // Disables or enables REMB (the default is in Jicofo and set to false)
  183. // (draft-alvestrand-rmcat-remb-03). This setting affects congestion
  184. // control, it practically enables recv-side bandwidth estimations. When
  185. // both TCC and REMB are enabled, TCC takes precedence. When both are
  186. // disabled, then bandwidth estimations are disabled.
  187. // enableRemb: false,
  188. // Enables ICE restart logic in LJM and displays the page reload overlay on
  189. // ICE failure. Current disabled by default because it's causing issues with
  190. // signaling when Octo is enabled. Also when we do an "ICE restart"(which is
  191. // not a real ICE restart), the client maintains the TCC sequence number
  192. // counter, but the bridge resets it. The bridge sends media packets with
  193. // TCC sequence numbers starting from 0.
  194. // enableIceRestart: false,
  195. // Defines the minimum number of participants to start a call (the default
  196. // is set in Jicofo and set to 2).
  197. // minParticipants: 2,
  198. // Use the TURN servers discovered via XEP-0215 for the jitsi-videobridge
  199. // connection
  200. // useStunTurn: true,
  201. // Use TURN/UDP servers for the jitsi-videobridge connection (by default
  202. // we filter out TURN/UDP because it is usually not needed since the
  203. // bridge itself is reachable via UDP)
  204. // useTurnUdp: false
  205. // Enables / disables a data communication channel with the Videobridge.
  206. // Values can be 'datachannel', 'websocket', true (treat it as
  207. // 'datachannel'), undefined (treat it as 'datachannel') and false (don't
  208. // open any channel).
  209. // openBridgeChannel: true,
  210. // UI
  211. //
  212. // Require users to always specify a display name.
  213. // requireDisplayName: true,
  214. // Whether to use a welcome page or not. In case it's false a random room
  215. // will be joined when no room is specified.
  216. enableWelcomePage: true,
  217. // Enabling the close page will ignore the welcome page redirection when
  218. // a call is hangup.
  219. // enableClosePage: false,
  220. // Disable hiding of remote thumbnails when in a 1-on-1 conference call.
  221. // disable1On1Mode: false,
  222. // Default language for the user interface.
  223. // defaultLanguage: 'en',
  224. // If true all users without a token will be considered guests and all users
  225. // with token will be considered non-guests. Only guests will be allowed to
  226. // edit their profile.
  227. enableUserRolesBasedOnToken: false,
  228. // Whether or not some features are checked based on token.
  229. // enableFeaturesBasedOnToken: false,
  230. // Enable lock room for all moderators, even when userRolesBasedOnToken is enabled and participants are guests.
  231. // lockRoomGuestEnabled: false,
  232. // When enabled the password used for locking a room is restricted to up to the number of digits specified
  233. // roomPasswordNumberOfDigits: 10,
  234. // default: roomPasswordNumberOfDigits: false,
  235. // Message to show the users. Example: 'The service will be down for
  236. // maintenance at 01:00 AM GMT,
  237. // noticeMessage: '',
  238. // Enables calendar integration, depends on googleApiApplicationClientID
  239. // and microsoftApiApplicationClientID
  240. // enableCalendarIntegration: false,
  241. // When 'true', it shows an intermediate page before joining, where the user can configure their devices.
  242. // prejoinPageEnabled: false,
  243. // If true, shows the unsafe room name warning label when a room name is
  244. // deemed unsafe (due to the simplicity in the name) and a password is not
  245. // set or the lobby is not enabled.
  246. // enableInsecureRoomNameWarning: false,
  247. // Stats
  248. //
  249. // Whether to enable stats collection or not in the TraceablePeerConnection.
  250. // This can be useful for debugging purposes (post-processing/analysis of
  251. // the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
  252. // estimation tests.
  253. // gatherStats: false,
  254. // The interval at which PeerConnection.getStats() is called. Defaults to 10000
  255. // pcStatsInterval: 10000,
  256. // To enable sending statistics to callstats.io you must provide the
  257. // Application ID and Secret.
  258. // callStatsID: '',
  259. // callStatsSecret: '',
  260. // Enables sending participants' display names to callstats
  261. // enableDisplayNameInStats: false,
  262. // Enables sending participants' emails (if available) to callstats and other analytics
  263. // enableEmailInStats: false,
  264. // Privacy
  265. //
  266. // If third party requests are disabled, no other server will be contacted.
  267. // This means avatars will be locally generated and callstats integration
  268. // will not function.
  269. // disableThirdPartyRequests: false,
  270. // Peer-To-Peer mode: used (if enabled) when there are just 2 participants.
  271. //
  272. p2p: {
  273. // Enables peer to peer mode. When enabled the system will try to
  274. // establish a direct connection when there are exactly 2 participants
  275. // in the room. If that succeeds the conference will stop sending data
  276. // through the JVB and use the peer to peer connection instead. When a
  277. // 3rd participant joins the conference will be moved back to the JVB
  278. // connection.
  279. enabled: true,
  280. // Use XEP-0215 to fetch STUN and TURN servers.
  281. // useStunTurn: true,
  282. // The STUN servers that will be used in the peer to peer connections
  283. stunServers: [
  284. // { urls: 'stun:jitsi-meet.example.com:3478' },
  285. { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
  286. ]
  287. // Sets the ICE transport policy for the p2p connection. At the time
  288. // of this writing the list of possible values are 'all' and 'relay',
  289. // but that is subject to change in the future. The enum is defined in
  290. // the WebRTC standard:
  291. // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
  292. // If not set, the effective value is 'all'.
  293. // iceTransportPolicy: 'all',
  294. // If set to true, it will prefer to use H.264 for P2P calls (if H.264
  295. // is supported).
  296. // preferH264: true
  297. // If set to true, disable H.264 video codec by stripping it out of the
  298. // SDP.
  299. // disableH264: false,
  300. // How long we're going to wait, before going back to P2P after the 3rd
  301. // participant has left the conference (to filter out page reload).
  302. // backToP2PDelay: 5
  303. },
  304. analytics: {
  305. // The Google Analytics Tracking ID:
  306. // googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1'
  307. // Matomo configuration:
  308. // matomoEndpoint: 'https://your-matomo-endpoint/',
  309. // matomoSiteID: '42',
  310. // The Amplitude APP Key:
  311. // amplitudeAPPKey: '<APP_KEY>'
  312. // Configuration for the rtcstats server:
  313. // In order to enable rtcstats one needs to provide a endpoint url.
  314. // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
  315. // The interval at which rtcstats will poll getStats, defaults to 1000ms.
  316. // If the value is set to 0 getStats won't be polled and the rtcstats client
  317. // will only send data related to RTCPeerConnection events.
  318. // rtcstatsPolIInterval: 1000
  319. // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
  320. // scriptURLs: [
  321. // "libs/analytics-ga.min.js", // google-analytics
  322. // "https://example.com/my-custom-analytics.js"
  323. // ],
  324. },
  325. // Information about the jitsi-meet instance we are connecting to, including
  326. // the user region as seen by the server.
  327. deploymentInfo: {
  328. // shard: "shard1",
  329. // region: "europe",
  330. // userRegion: "asia"
  331. },
  332. // Decides whether the start/stop recording audio notifications should play on record.
  333. // disableRecordAudioNotification: false,
  334. // Information for the chrome extension banner
  335. // chromeExtensionBanner: {
  336. // // The chrome extension to be installed address
  337. // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb',
  338. // // Extensions info which allows checking if they are installed or not
  339. // chromeExtensionsInfo: [
  340. // {
  341. // id: 'kglhbbefdnlheedjiejgomgmfplipfeb',
  342. // path: 'jitsi-logo-48x48.png'
  343. // }
  344. // ]
  345. // },
  346. // Local Recording
  347. //
  348. // localRecording: {
  349. // Enables local recording.
  350. // Additionally, 'localrecording' (all lowercase) needs to be added to
  351. // TOOLBAR_BUTTONS in interface_config.js for the Local Recording
  352. // button to show up on the toolbar.
  353. //
  354. // enabled: true,
  355. //
  356. // The recording format, can be one of 'ogg', 'flac' or 'wav'.
  357. // format: 'flac'
  358. //
  359. // },
  360. // Options related to end-to-end (participant to participant) ping.
  361. // e2eping: {
  362. // // The interval in milliseconds at which pings will be sent.
  363. // // Defaults to 10000, set to <= 0 to disable.
  364. // pingInterval: 10000,
  365. //
  366. // // The interval in milliseconds at which analytics events
  367. // // with the measured RTT will be sent. Defaults to 60000, set
  368. // // to <= 0 to disable.
  369. // analyticsInterval: 60000,
  370. // },
  371. // If set, will attempt to use the provided video input device label when
  372. // triggering a screenshare, instead of proceeding through the normal flow
  373. // for obtaining a desktop stream.
  374. // NOTE: This option is experimental and is currently intended for internal
  375. // use only.
  376. // _desktopSharingSourceDevice: 'sample-id-or-label',
  377. // If true, any checks to handoff to another application will be prevented
  378. // and instead the app will continue to display in the current browser.
  379. // disableDeepLinking: false,
  380. // A property to disable the right click context menu for localVideo
  381. // the menu has option to flip the locally seen video for local presentations
  382. // disableLocalVideoFlip: false,
  383. // Mainly privacy related settings
  384. // Disables all invite functions from the app (share, invite, dial out...etc)
  385. // disableInviteFunctions: true,
  386. // Disables storing the room name to the recents list
  387. // doNotStoreRoom: true,
  388. // Deployment specific URLs.
  389. // deploymentUrls: {
  390. // // If specified a 'Help' button will be displayed in the overflow menu with a link to the specified URL for
  391. // // user documentation.
  392. // userDocumentationURL: 'https://docs.example.com/video-meetings.html',
  393. // // If specified a 'Download our apps' button will be displayed in the overflow menu with a link
  394. // // to the specified URL for an app download page.
  395. // downloadAppsUrl: 'https://docs.example.com/our-apps.html'
  396. // },
  397. // Options related to the remote participant menu.
  398. // remoteVideoMenu: {
  399. // // If set to true the 'Kick out' button will be disabled.
  400. // disableKick: true
  401. // },
  402. // If set to true all muting operations of remote participants will be disabled.
  403. // disableRemoteMute: true,
  404. /**
  405. External API url used to receive branding specific information.
  406. If there is no url set or there are missing fields, the defaults are applied.
  407. None of the fields are mandatory and the response must have the shape:
  408. {
  409. // The hex value for the colour used as background
  410. backgroundColor: '#fff',
  411. // The url for the image used as background
  412. backgroundImageUrl: 'https://example.com/background-img.png',
  413. // The anchor url used when clicking the logo image
  414. logoClickUrl: 'https://example-company.org',
  415. // The url used for the image used as logo
  416. logoImageUrl: 'https://example.com/logo-img.png'
  417. }
  418. */
  419. // brandingDataUrl: '',
  420. // The URL of the moderated rooms microservice, if available. If it
  421. // is present, a link to the service will be rendered on the welcome page,
  422. // otherwise the app doesn't render it.
  423. // moderatedRoomServiceUrl: 'https://moderated.jitsi-meet.example.com',
  424. // List of undocumented settings used in jitsi-meet
  425. /**
  426. _immediateReloadThreshold
  427. autoRecord
  428. autoRecordToken
  429. debug
  430. debugAudioLevels
  431. deploymentInfo
  432. dialInConfCodeUrl
  433. dialInNumbersUrl
  434. dialOutAuthUrl
  435. dialOutCodesUrl
  436. disableRemoteControl
  437. displayJids
  438. etherpad_base
  439. externalConnectUrl
  440. firefox_fake_device
  441. googleApiApplicationClientID
  442. iAmRecorder
  443. iAmSipGateway
  444. microsoftApiApplicationClientID
  445. peopleSearchQueryTypes
  446. peopleSearchUrl
  447. requireDisplayName
  448. tokenAuthUrl
  449. */
  450. // List of undocumented settings used in lib-jitsi-meet
  451. /**
  452. _peerConnStatusOutOfLastNTimeout
  453. _peerConnStatusRtcMuteTimeout
  454. abTesting
  455. avgRtpStatsN
  456. callStatsConfIDNamespace
  457. callStatsCustomScriptUrl
  458. desktopSharingSources
  459. disableAEC
  460. disableAGC
  461. disableAP
  462. disableHPF
  463. disableNS
  464. enableLipSync
  465. enableTalkWhileMuted
  466. forceJVB121Ratio
  467. hiddenDomain
  468. ignoreStartMuted
  469. nick
  470. startBitrate
  471. */
  472. // Allow all above example options to include a trailing comma and
  473. // prevent fear when commenting out the last value.
  474. makeJsonParserHappy: 'even if last key had a trailing comma'
  475. // no configuration value should follow this line.
  476. };
  477. /* eslint-enable no-unused-vars, no-var */