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 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  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. // Focus component domain. Defaults to focus.<domain>.
  13. // focus: 'focus.jitsi-meet.example.com',
  14. // XMPP MUC domain. FIXME: use XEP-0030 to discover it.
  15. muc: 'conference.jitsi-meet.example.com'
  16. },
  17. // BOSH URL. FIXME: use XEP-0156 to discover it.
  18. bosh: '//jitsi-meet.example.com/http-bind',
  19. // Websocket URL
  20. // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
  21. // The name of client node advertised in XEP-0115 'c' stanza
  22. clientNode: 'http://jitsi.org/jitsimeet',
  23. // The real JID of focus participant - can be overridden here
  24. // Do not change username - FIXME: Make focus username configurable
  25. // https://github.com/jitsi/jitsi-meet/issues/7376
  26. // focusUserJid: 'focus@auth.jitsi-meet.example.com',
  27. // Testing / experimental features.
  28. //
  29. testing: {
  30. // Disables the End to End Encryption feature. Useful for debugging
  31. // issues related to insertable streams.
  32. // disableE2EE: false,
  33. // P2P test mode disables automatic switching to P2P when there are 2
  34. // participants in the conference.
  35. p2pTestMode: false
  36. // Enables the test specific features consumed by jitsi-meet-torture
  37. // testMode: false
  38. // Disables the auto-play behavior of *all* newly created video element.
  39. // This is useful when the client runs on a host with limited resources.
  40. // noAutoPlayVideo: false
  41. // Enable / disable 500 Kbps bitrate cap on desktop tracks. When enabled,
  42. // simulcast is turned off for the desktop share. If presenter is turned
  43. // on while screensharing is in progress, the max bitrate is automatically
  44. // adjusted to 2.5 Mbps. This takes a value between 0 and 1 which determines
  45. // the probability for this to be enabled.
  46. // capScreenshareBitrate: 1 // 0 to disable
  47. // Enable callstats only for a percentage of users.
  48. // This takes a value between 0 and 100 which determines the probability for
  49. // the callstats to be enabled.
  50. // callStatsThreshold: 5 // enable callstats for 5% of the users.
  51. },
  52. // Disables ICE/UDP by filtering out local and remote UDP candidates in
  53. // signalling.
  54. // webrtcIceUdpDisable: false,
  55. // Disables ICE/TCP by filtering out local and remote TCP candidates in
  56. // signalling.
  57. // webrtcIceTcpDisable: false,
  58. // Media
  59. //
  60. // Audio
  61. // Disable measuring of audio levels.
  62. // disableAudioLevels: false,
  63. // audioLevelsInterval: 200,
  64. // Enabling this will run the lib-jitsi-meet no audio detection module which
  65. // will notify the user if the current selected microphone has no audio
  66. // input and will suggest another valid device if one is present.
  67. enableNoAudioDetection: true,
  68. // Enabling this will show a "Save Logs" link in the GSM popover that can be
  69. // used to collect debug information (XMPP IQs, SDP offer/answer cycles)
  70. // about the call.
  71. // enableSaveLogs: false,
  72. // Enabling this will run the lib-jitsi-meet noise detection module which will
  73. // notify the user if there is noise, other than voice, coming from the current
  74. // selected microphone. The purpose it to let the user know that the input could
  75. // be potentially unpleasant for other meeting participants.
  76. enableNoisyMicDetection: true,
  77. // Start the conference in audio only mode (no video is being received nor
  78. // sent).
  79. // startAudioOnly: false,
  80. // Every participant after the Nth will start audio muted.
  81. // startAudioMuted: 10,
  82. // Start calls with audio muted. Unlike the option above, this one is only
  83. // applied locally. FIXME: having these 2 options is confusing.
  84. // startWithAudioMuted: false,
  85. // Enabling it (with #params) will disable local audio output of remote
  86. // participants and to enable it back a reload is needed.
  87. // startSilent: false
  88. // Enables support for opus-red (redundancy for Opus).
  89. // enableOpusRed: false,
  90. // Specify audio quality stereo and opusMaxAverageBitrate values in order to enable HD audio.
  91. // Beware, by doing so, you are disabling echo cancellation, noise suppression and AGC.
  92. // audioQuality: {
  93. // stereo: false,
  94. // opusMaxAverageBitrate: null // Value to fit the 6000 to 510000 range.
  95. // },
  96. // Video
  97. // Sets the preferred resolution (height) for local video. Defaults to 720.
  98. // resolution: 720,
  99. // How many participants while in the tile view mode, before the receiving video quality is reduced from HD to SD.
  100. // Use -1 to disable.
  101. // maxFullResolutionParticipants: 2,
  102. // w3c spec-compliant video constraints to use for video capture. Currently
  103. // used by browsers that return true from lib-jitsi-meet's
  104. // util#browser#usesNewGumFlow. The constraints are independent from
  105. // this config's resolution value. Defaults to requesting an ideal
  106. // resolution of 720p.
  107. // constraints: {
  108. // video: {
  109. // height: {
  110. // ideal: 720,
  111. // max: 720,
  112. // min: 240
  113. // }
  114. // }
  115. // },
  116. // Enable / disable simulcast support.
  117. // disableSimulcast: false,
  118. // Enable / disable layer suspension. If enabled, endpoints whose HD
  119. // layers are not in use will be suspended (no longer sent) until they
  120. // are requested again.
  121. // enableLayerSuspension: false,
  122. // Every participant after the Nth will start video muted.
  123. // startVideoMuted: 10,
  124. // Start calls with video muted. Unlike the option above, this one is only
  125. // applied locally. FIXME: having these 2 options is confusing.
  126. // startWithVideoMuted: false,
  127. // If set to true, prefer to use the H.264 video codec (if supported).
  128. // Note that it's not recommended to do this because simulcast is not
  129. // supported when using H.264. For 1-to-1 calls this setting is enabled by
  130. // default and can be toggled in the p2p section.
  131. // This option has been deprecated, use preferredCodec under videoQuality section instead.
  132. // preferH264: true,
  133. // If set to true, disable H.264 video codec by stripping it out of the
  134. // SDP.
  135. // disableH264: false,
  136. // Desktop sharing
  137. // Optional desktop sharing frame rate options. Default value: min:5, max:5.
  138. // desktopSharingFrameRate: {
  139. // min: 5,
  140. // max: 5
  141. // },
  142. // Try to start calls with screen-sharing instead of camera video.
  143. // startScreenSharing: false,
  144. // Recording
  145. // Whether to enable file recording or not.
  146. // fileRecordingsEnabled: false,
  147. // Enable the dropbox integration.
  148. // dropbox: {
  149. // appKey: '<APP_KEY>' // Specify your app key here.
  150. // // A URL to redirect the user to, after authenticating
  151. // // by default uses:
  152. // // 'https://jitsi-meet.example.com/static/oauth.html'
  153. // redirectURI:
  154. // 'https://jitsi-meet.example.com/subfolder/static/oauth.html'
  155. // },
  156. // When integrations like dropbox are enabled only that will be shown,
  157. // by enabling fileRecordingsServiceEnabled, we show both the integrations
  158. // and the generic recording service (its configuration and storage type
  159. // depends on jibri configuration)
  160. // fileRecordingsServiceEnabled: false,
  161. // Whether to show the possibility to share file recording with other people
  162. // (e.g. meeting participants), based on the actual implementation
  163. // on the backend.
  164. // fileRecordingsServiceSharingEnabled: false,
  165. // Whether to enable live streaming or not.
  166. // liveStreamingEnabled: false,
  167. // Transcription (in interface_config,
  168. // subtitles and buttons can be configured)
  169. // transcribingEnabled: false,
  170. // Enables automatic turning on captions when recording is started
  171. // autoCaptionOnRecord: false,
  172. // Misc
  173. // Default value for the channel "last N" attribute. -1 for unlimited.
  174. channelLastN: -1,
  175. // Provides a way to use different "last N" values based on the number of participants in the conference.
  176. // The keys in an Object represent number of participants and the values are "last N" to be used when number of
  177. // participants gets to or above the number.
  178. //
  179. // For the given example mapping, "last N" will be set to 20 as long as there are at least 5, but less than
  180. // 29 participants in the call and it will be lowered to 15 when the 30th participant joins. The 'channelLastN'
  181. // will be used as default until the first threshold is reached.
  182. //
  183. // lastNLimits: {
  184. // 5: 20,
  185. // 30: 15,
  186. // 50: 10,
  187. // 70: 5,
  188. // 90: 2
  189. // },
  190. // Provides a way to translate the legacy bridge signaling messages, 'LastNChangedEvent',
  191. // 'SelectedEndpointsChangedEvent' and 'ReceiverVideoConstraint' into the new 'ReceiverVideoConstraints' message
  192. // that invokes the new bandwidth allocation algorithm in the bridge which is described here
  193. // - https://github.com/jitsi/jitsi-videobridge/blob/master/doc/allocation.md.
  194. // useNewBandwidthAllocationStrategy: false,
  195. // Specify the settings for video quality optimizations on the client.
  196. // videoQuality: {
  197. // // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified
  198. // // here will be removed from the list of codecs present in the SDP answer generated by the client. If the
  199. // // same codec is specified for both the disabled and preferred option, the disable settings will prevail.
  200. // // Note that 'VP8' cannot be disabled since it's a mandatory codec, the setting will be ignored in this case.
  201. // disabledCodec: 'H264',
  202. //
  203. // // Provides a way to set a preferred video codec for the JVB connection. If 'H264' is specified here,
  204. // // simulcast will be automatically disabled since JVB doesn't support H264 simulcast yet. This will only
  205. // // rearrange the the preference order of the codecs in the SDP answer generated by the browser only if the
  206. // // preferred codec specified here is present. Please ensure that the JVB offers the specified codec for this
  207. // // to take effect.
  208. // preferredCodec: 'VP8',
  209. //
  210. // // Provides a way to enforce the preferred codec for the conference even when the conference has endpoints
  211. // // that do not support the preferred codec. For example, older versions of Safari do not support VP9 yet.
  212. // // This will result in Safari not being able to decode video from endpoints sending VP9 video.
  213. // // When set to false, the conference falls back to VP8 whenever there is an endpoint that doesn't support the
  214. // // preferred codec and goes back to the preferred codec when that endpoint leaves.
  215. // // enforcePreferredCodec: false,
  216. //
  217. // // Provides a way to configure the maximum bitrates that will be enforced on the simulcast streams for
  218. // // video tracks. The keys in the object represent the type of the stream (LD, SD or HD) and the values
  219. // // are the max.bitrates to be set on that particular type of stream. The actual send may vary based on
  220. // // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
  221. // // This is currently not implemented on app based clients on mobile.
  222. // maxBitratesVideo: {
  223. // H264: {
  224. // low: 200000,
  225. // standard: 500000,
  226. // high: 1500000
  227. // },
  228. // VP8 : {
  229. // low: 200000,
  230. // standard: 500000,
  231. // high: 1500000
  232. // },
  233. // VP9: {
  234. // low: 100000,
  235. // standard: 300000,
  236. // high: 1200000
  237. // }
  238. // },
  239. //
  240. // // The options can be used to override default thresholds of video thumbnail heights corresponding to
  241. // // the video quality levels used in the application. At the time of this writing the allowed levels are:
  242. // // 'low' - for the low quality level (180p at the time of this writing)
  243. // // 'standard' - for the medium quality level (360p)
  244. // // 'high' - for the high quality level (720p)
  245. // // The keys should be positive numbers which represent the minimal thumbnail height for the quality level.
  246. // //
  247. // // With the default config value below the application will use 'low' quality until the thumbnails are
  248. // // at least 360 pixels tall. If the thumbnail height reaches 720 pixels then the application will switch to
  249. // // the high quality.
  250. // minHeightForQualityLvl: {
  251. // 360: 'standard',
  252. // 720: 'high'
  253. // },
  254. //
  255. // // Provides a way to resize the desktop track to 720p (if it is greater than 720p) before creating a canvas
  256. // // for the presenter mode (camera picture-in-picture mode with screenshare).
  257. // resizeDesktopForPresenter: false
  258. // },
  259. // // Options for the recording limit notification.
  260. // recordingLimit: {
  261. //
  262. // // The recording limit in minutes. Note: This number appears in the notification text
  263. // // but doesn't enforce the actual recording time limit. This should be configured in
  264. // // jibri!
  265. // limit: 60,
  266. //
  267. // // The name of the app with unlimited recordings.
  268. // appName: 'Unlimited recordings APP',
  269. //
  270. // // The URL of the app with unlimited recordings.
  271. // appURL: 'https://unlimited.recordings.app.com/'
  272. // },
  273. // Disables or enables RTX (RFC 4588) (defaults to false).
  274. // disableRtx: false,
  275. // Disables or enables TCC support in this client (default: enabled).
  276. // enableTcc: true,
  277. // Disables or enables REMB support in this client (default: enabled).
  278. // enableRemb: true,
  279. // Enables ICE restart logic in LJM and displays the page reload overlay on
  280. // ICE failure. Current disabled by default because it's causing issues with
  281. // signaling when Octo is enabled. Also when we do an "ICE restart"(which is
  282. // not a real ICE restart), the client maintains the TCC sequence number
  283. // counter, but the bridge resets it. The bridge sends media packets with
  284. // TCC sequence numbers starting from 0.
  285. // enableIceRestart: false,
  286. // Enables forced reload of the client when the call is migrated as a result of
  287. // the bridge going down.
  288. // enableForcedReload: true,
  289. // Use TURN/UDP servers for the jitsi-videobridge connection (by default
  290. // we filter out TURN/UDP because it is usually not needed since the
  291. // bridge itself is reachable via UDP)
  292. // useTurnUdp: false
  293. // UI
  294. //
  295. // Disables responsive tiles.
  296. // disableResponsiveTiles: false,
  297. // Hides lobby button
  298. // hideLobbyButton: false,
  299. // Require users to always specify a display name.
  300. // requireDisplayName: true,
  301. // Whether to use a welcome page or not. In case it's false a random room
  302. // will be joined when no room is specified.
  303. enableWelcomePage: true,
  304. // Disable app shortcuts that are registered upon joining a conference
  305. // disableShortcuts: false,
  306. // Disable initial browser getUserMedia requests.
  307. // This is useful for scenarios where users might want to start a conference for screensharing only
  308. // disableInitialGUM: false,
  309. // Enabling the close page will ignore the welcome page redirection when
  310. // a call is hangup.
  311. // enableClosePage: false,
  312. // Disable hiding of remote thumbnails when in a 1-on-1 conference call.
  313. // disable1On1Mode: false,
  314. // Default language for the user interface.
  315. // defaultLanguage: 'en',
  316. // Disables profile and the edit of all fields from the profile settings (display name and email)
  317. // disableProfile: false,
  318. // Whether or not some features are checked based on token.
  319. // enableFeaturesBasedOnToken: false,
  320. // When enabled the password used for locking a room is restricted to up to the number of digits specified
  321. // roomPasswordNumberOfDigits: 10,
  322. // default: roomPasswordNumberOfDigits: false,
  323. // Message to show the users. Example: 'The service will be down for
  324. // maintenance at 01:00 AM GMT,
  325. // noticeMessage: '',
  326. // Enables calendar integration, depends on googleApiApplicationClientID
  327. // and microsoftApiApplicationClientID
  328. // enableCalendarIntegration: false,
  329. // When 'true', it shows an intermediate page before joining, where the user can configure their devices.
  330. // prejoinPageEnabled: false,
  331. // If etherpad integration is enabled, setting this to true will
  332. // automatically open the etherpad when a participant joins. This
  333. // does not affect the mobile app since opening an etherpad
  334. // obscures the conference controls -- it's better to let users
  335. // choose to open the pad on their own in that case.
  336. // openSharedDocumentOnJoin: false,
  337. // If true, shows the unsafe room name warning label when a room name is
  338. // deemed unsafe (due to the simplicity in the name) and a password is not
  339. // set or the lobby is not enabled.
  340. // enableInsecureRoomNameWarning: false,
  341. // Whether to automatically copy invitation URL after creating a room.
  342. // Document should be focused for this option to work
  343. // enableAutomaticUrlCopy: false,
  344. // Base URL for a Gravatar-compatible service. Defaults to libravatar.
  345. // gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/',
  346. // Moved from interfaceConfig(TOOLBAR_BUTTONS).
  347. // The name of the toolbar buttons to display in the toolbar, including the
  348. // "More actions" menu. If present, the button will display. Exceptions are
  349. // "livestreaming" and "recording" which also require being a moderator and
  350. // some other values in config.js to be enabled. Also, the "profile" button will
  351. // not display for users with a JWT.
  352. // Notes:
  353. // - it's impossible to choose which buttons go in the "More actions" menu
  354. // - it's impossible to control the placement of buttons
  355. // - 'desktop' controls the "Share your screen" button
  356. // - if `toolbarButtons` is undefined, we fallback to enabling all buttons on the UI
  357. // toolbarButtons: [
  358. // 'microphone', 'camera', 'closedcaptions', 'desktop', 'embedmeeting', 'fullscreen',
  359. // 'fodeviceselection', 'hangup', 'profile', 'chat', 'recording',
  360. // 'livestreaming', 'etherpad', 'sharedvideo', 'shareaudio', 'settings', 'raisehand',
  361. // 'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
  362. // 'tileview', 'select-background', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'security'
  363. // ],
  364. // Stats
  365. //
  366. // Whether to enable stats collection or not in the TraceablePeerConnection.
  367. // This can be useful for debugging purposes (post-processing/analysis of
  368. // the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
  369. // estimation tests.
  370. // gatherStats: false,
  371. // The interval at which PeerConnection.getStats() is called. Defaults to 10000
  372. // pcStatsInterval: 10000,
  373. // To enable sending statistics to callstats.io you must provide the
  374. // Application ID and Secret.
  375. // callStatsID: '',
  376. // callStatsSecret: '',
  377. // Enables sending participants' display names to callstats
  378. // enableDisplayNameInStats: false,
  379. // Enables sending participants' emails (if available) to callstats and other analytics
  380. // enableEmailInStats: false,
  381. // Controls the percentage of automatic feedback shown to participants when callstats is enabled.
  382. // The default value is 100%. If set to 0, no automatic feedback will be requested
  383. // feedbackPercentage: 100,
  384. // Privacy
  385. //
  386. // If third party requests are disabled, no other server will be contacted.
  387. // This means avatars will be locally generated and callstats integration
  388. // will not function.
  389. // disableThirdPartyRequests: false,
  390. // Peer-To-Peer mode: used (if enabled) when there are just 2 participants.
  391. //
  392. p2p: {
  393. // Enables peer to peer mode. When enabled the system will try to
  394. // establish a direct connection when there are exactly 2 participants
  395. // in the room. If that succeeds the conference will stop sending data
  396. // through the JVB and use the peer to peer connection instead. When a
  397. // 3rd participant joins the conference will be moved back to the JVB
  398. // connection.
  399. enabled: true,
  400. // Sets the ICE transport policy for the p2p connection. At the time
  401. // of this writing the list of possible values are 'all' and 'relay',
  402. // but that is subject to change in the future. The enum is defined in
  403. // the WebRTC standard:
  404. // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
  405. // If not set, the effective value is 'all'.
  406. // iceTransportPolicy: 'all',
  407. // If set to true, it will prefer to use H.264 for P2P calls (if H.264
  408. // is supported). This setting is deprecated, use preferredCodec instead.
  409. // preferH264: true,
  410. // Provides a way to set the video codec preference on the p2p connection. Acceptable
  411. // codec values are 'VP8', 'VP9' and 'H264'.
  412. // preferredCodec: 'H264',
  413. // If set to true, disable H.264 video codec by stripping it out of the
  414. // SDP. This setting is deprecated, use disabledCodec instead.
  415. // disableH264: false,
  416. // Provides a way to prevent a video codec from being negotiated on the p2p connection.
  417. // disabledCodec: '',
  418. // How long we're going to wait, before going back to P2P after the 3rd
  419. // participant has left the conference (to filter out page reload).
  420. // backToP2PDelay: 5,
  421. // The STUN servers that will be used in the peer to peer connections
  422. stunServers: [
  423. // { urls: 'stun:jitsi-meet.example.com:3478' },
  424. { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
  425. ]
  426. },
  427. analytics: {
  428. // The Google Analytics Tracking ID:
  429. // googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1'
  430. // Matomo configuration:
  431. // matomoEndpoint: 'https://your-matomo-endpoint/',
  432. // matomoSiteID: '42',
  433. // The Amplitude APP Key:
  434. // amplitudeAPPKey: '<APP_KEY>'
  435. // Configuration for the rtcstats server:
  436. // By enabling rtcstats server every time a conference is joined the rtcstats
  437. // module connects to the provided rtcstatsEndpoint and sends statistics regarding
  438. // PeerConnection states along with getStats metrics polled at the specified
  439. // interval.
  440. // rtcstatsEnabled: true,
  441. // In order to enable rtcstats one needs to provide a endpoint url.
  442. // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
  443. // The interval at which rtcstats will poll getStats, defaults to 1000ms.
  444. // If the value is set to 0 getStats won't be polled and the rtcstats client
  445. // will only send data related to RTCPeerConnection events.
  446. // rtcstatsPolIInterval: 1000,
  447. // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
  448. // scriptURLs: [
  449. // "libs/analytics-ga.min.js", // google-analytics
  450. // "https://example.com/my-custom-analytics.js"
  451. // ],
  452. },
  453. // Logs that should go be passed through the 'log' event if a handler is defined for it
  454. // apiLogLevels: ['warn', 'log', 'error', 'info', 'debug'],
  455. // Information about the jitsi-meet instance we are connecting to, including
  456. // the user region as seen by the server.
  457. deploymentInfo: {
  458. // shard: "shard1",
  459. // region: "europe",
  460. // userRegion: "asia"
  461. },
  462. // Decides whether the start/stop recording audio notifications should play on record.
  463. // disableRecordAudioNotification: false,
  464. // Disables the sounds that play when other participants join or leave the
  465. // conference (if set to true, these sounds will not be played).
  466. // disableJoinLeaveSounds: false,
  467. // Information for the chrome extension banner
  468. // chromeExtensionBanner: {
  469. // // The chrome extension to be installed address
  470. // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb',
  471. // // Extensions info which allows checking if they are installed or not
  472. // chromeExtensionsInfo: [
  473. // {
  474. // id: 'kglhbbefdnlheedjiejgomgmfplipfeb',
  475. // path: 'jitsi-logo-48x48.png'
  476. // }
  477. // ]
  478. // },
  479. // Local Recording
  480. //
  481. // localRecording: {
  482. // Enables local recording.
  483. // Additionally, 'localrecording' (all lowercase) needs to be added to
  484. // TOOLBAR_BUTTONS in interface_config.js for the Local Recording
  485. // button to show up on the toolbar.
  486. //
  487. // enabled: true,
  488. //
  489. // The recording format, can be one of 'ogg', 'flac' or 'wav'.
  490. // format: 'flac'
  491. //
  492. // },
  493. // Options related to end-to-end (participant to participant) ping.
  494. // e2eping: {
  495. // // The interval in milliseconds at which pings will be sent.
  496. // // Defaults to 10000, set to <= 0 to disable.
  497. // pingInterval: 10000,
  498. //
  499. // // The interval in milliseconds at which analytics events
  500. // // with the measured RTT will be sent. Defaults to 60000, set
  501. // // to <= 0 to disable.
  502. // analyticsInterval: 60000,
  503. // },
  504. // If set, will attempt to use the provided video input device label when
  505. // triggering a screenshare, instead of proceeding through the normal flow
  506. // for obtaining a desktop stream.
  507. // NOTE: This option is experimental and is currently intended for internal
  508. // use only.
  509. // _desktopSharingSourceDevice: 'sample-id-or-label',
  510. // If true, any checks to handoff to another application will be prevented
  511. // and instead the app will continue to display in the current browser.
  512. // disableDeepLinking: false,
  513. // A property to disable the right click context menu for localVideo
  514. // the menu has option to flip the locally seen video for local presentations
  515. // disableLocalVideoFlip: false,
  516. // A property used to unset the default flip state of the local video.
  517. // When it is set to 'true', the local(self) video will not be mirrored anymore.
  518. // doNotFlipLocalVideo: false,
  519. // Mainly privacy related settings
  520. // Disables all invite functions from the app (share, invite, dial out...etc)
  521. // disableInviteFunctions: true,
  522. // Disables storing the room name to the recents list
  523. // doNotStoreRoom: true,
  524. // Deployment specific URLs.
  525. // deploymentUrls: {
  526. // // If specified a 'Help' button will be displayed in the overflow menu with a link to the specified URL for
  527. // // user documentation.
  528. // userDocumentationURL: 'https://docs.example.com/video-meetings.html',
  529. // // If specified a 'Download our apps' button will be displayed in the overflow menu with a link
  530. // // to the specified URL for an app download page.
  531. // downloadAppsUrl: 'https://docs.example.com/our-apps.html'
  532. // },
  533. // Options related to the remote participant menu.
  534. // remoteVideoMenu: {
  535. // // If set to true the 'Kick out' button will be disabled.
  536. // disableKick: true
  537. // },
  538. // If set to true all muting operations of remote participants will be disabled.
  539. // disableRemoteMute: true,
  540. // Enables support for lip-sync for this client (if the browser supports it).
  541. // enableLipSync: false
  542. /**
  543. External API url used to receive branding specific information.
  544. If there is no url set or there are missing fields, the defaults are applied.
  545. None of the fields are mandatory and the response must have the shape:
  546. {
  547. // The hex value for the colour used as background
  548. backgroundColor: '#fff',
  549. // The url for the image used as background
  550. backgroundImageUrl: 'https://example.com/background-img.png',
  551. // The anchor url used when clicking the logo image
  552. logoClickUrl: 'https://example-company.org',
  553. // The url used for the image used as logo
  554. logoImageUrl: 'https://example.com/logo-img.png'
  555. }
  556. */
  557. // dynamicBrandingUrl: '',
  558. // Sets the background transparency level. '0' is fully transparent, '1' is opaque.
  559. // backgroundAlpha: 1,
  560. // The URL of the moderated rooms microservice, if available. If it
  561. // is present, a link to the service will be rendered on the welcome page,
  562. // otherwise the app doesn't render it.
  563. // moderatedRoomServiceUrl: 'https://moderated.jitsi-meet.example.com',
  564. // If true, tile view will not be enabled automatically when the participants count threshold is reached.
  565. // disableTileView: true,
  566. // Hides the conference subject
  567. // hideConferenceSubject: true,
  568. // Hides the conference timer.
  569. // hideConferenceTimer: true,
  570. // Hides the participants stats
  571. // hideParticipantsStats: true,
  572. // Sets the conference subject
  573. // subject: 'Conference Subject',
  574. // This property is related to the use case when jitsi-meet is used via the IFrame API. When the property is true
  575. // jitsi-meet will use the local storage of the host page instead of its own. This option is useful if the browser
  576. // is not persisting the local storage inside the iframe.
  577. // useHostPageLocalStorage: true,
  578. // List of undocumented settings used in jitsi-meet
  579. /**
  580. _immediateReloadThreshold
  581. debug
  582. debugAudioLevels
  583. deploymentInfo
  584. dialInConfCodeUrl
  585. dialInNumbersUrl
  586. dialOutAuthUrl
  587. dialOutCodesUrl
  588. disableRemoteControl
  589. displayJids
  590. etherpad_base
  591. externalConnectUrl
  592. firefox_fake_device
  593. googleApiApplicationClientID
  594. iAmRecorder
  595. iAmSipGateway
  596. microsoftApiApplicationClientID
  597. peopleSearchQueryTypes
  598. peopleSearchUrl
  599. requireDisplayName
  600. tokenAuthUrl
  601. */
  602. /**
  603. * This property can be used to alter the generated meeting invite links (in combination with a branding domain
  604. * which is retrieved internally by jitsi meet) (e.g. https://meet.jit.si/someMeeting
  605. * can become https://brandedDomain/roomAlias)
  606. */
  607. // brandingRoomAlias: null,
  608. // List of undocumented settings used in lib-jitsi-meet
  609. /**
  610. _peerConnStatusOutOfLastNTimeout
  611. _peerConnStatusRtcMuteTimeout
  612. abTesting
  613. avgRtpStatsN
  614. callStatsConfIDNamespace
  615. callStatsCustomScriptUrl
  616. desktopSharingSources
  617. disableAEC
  618. disableAGC
  619. disableAP
  620. disableHPF
  621. disableNS
  622. enableTalkWhileMuted
  623. forceJVB121Ratio
  624. forceTurnRelay
  625. hiddenDomain
  626. ignoreStartMuted
  627. websocketKeepAlive
  628. websocketKeepAliveUrl
  629. */
  630. /**
  631. Use this array to configure which notifications will be shown to the user
  632. The items correspond to the title or description key of that notification
  633. Some of these notifications also depend on some other internal logic to be displayed or not,
  634. so adding them here will not ensure they will always be displayed
  635. A falsy value for this prop will result in having all notifications enabled (e.g null, undefined, false)
  636. */
  637. // notifications: [
  638. // 'connection.CONNFAIL', // shown when the connection fails,
  639. // 'dialog.cameraNotSendingData', // shown when there's no feed from user's camera
  640. // 'dialog.kickTitle', // shown when user has been kicked
  641. // 'dialog.liveStreaming', // livestreaming notifications (pending, on, off, limits)
  642. // 'dialog.lockTitle', // shown when setting conference password fails
  643. // 'dialog.maxUsersLimitReached', // shown when maximmum users limit has been reached
  644. // 'dialog.micNotSendingData', // shown when user's mic is not sending any audio
  645. // 'dialog.passwordNotSupportedTitle', // shown when setting conference password fails due to password format
  646. // 'dialog.recording', // recording notifications (pending, on, off, limits)
  647. // 'dialog.remoteControlTitle', // remote control notifications (allowed, denied, start, stop, error)
  648. // 'dialog.reservationError',
  649. // 'dialog.serviceUnavailable', // shown when server is not reachable
  650. // 'dialog.sessTerminated', // shown when there is a failed conference session
  651. // 'dialog.sessionRestarted', // show when a client reload is initiated because of bridge migration
  652. // 'dialog.tokenAuthFailed', // show when an invalid jwt is used
  653. // 'dialog.transcribing', // transcribing notifications (pending, off)
  654. // 'dialOut.statusMessage', // shown when dial out status is updated.
  655. // 'liveStreaming.busy', // shown when livestreaming service is busy
  656. // 'liveStreaming.failedToStart', // shown when livestreaming fails to start
  657. // 'liveStreaming.unavailableTitle', // shown when livestreaming service is not reachable
  658. // 'lobby.joinRejectedMessage', // shown when while in a lobby, user's request to join is rejected
  659. // 'lobby.notificationTitle', // shown when lobby is toggled and when join requests are allowed / denied
  660. // 'localRecording.localRecording', // shown when a local recording is started
  661. // 'notify.disconnected', // shown when a participant has left
  662. // 'notify.grantedTo', // shown when moderator rights were granted to a participant
  663. // 'notify.invitedOneMember', // shown when 1 participant has been invited
  664. // 'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
  665. // 'notify.invitedTwoMembers', // shown when 2 participants have been invited
  666. // 'notify.kickParticipant', // shown when a participant is kicked
  667. // 'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
  668. // 'notify.mutedTitle', // shown when user has been muted upon joining,
  669. // 'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
  670. // 'notify.newDeviceCameraTitle', // prompts the user to use a newly detected camera
  671. // 'notify.passwordRemovedRemotely', // shown when a password has been removed remotely
  672. // 'notify.passwordSetRemotely', // shown when a password has been set remotely
  673. // 'notify.raisedHand', // shown when a partcipant used raise hand,
  674. // 'notify.startSilentTitle', // shown when user joined with no audio
  675. // 'prejoin.errorDialOut',
  676. // 'prejoin.errorDialOutDisconnected',
  677. // 'prejoin.errorDialOutFailed',
  678. // 'prejoin.errorDialOutStatus',
  679. // 'prejoin.errorStatusCode',
  680. // 'prejoin.errorValidation',
  681. // 'recording.busy', // shown when recording service is busy
  682. // 'recording.failedToStart', // shown when recording fails to start
  683. // 'recording.unavailableTitle', // shown when recording service is not reachable
  684. // 'toolbar.noAudioSignalTitle', // shown when a broken mic is detected
  685. // 'toolbar.noisyAudioInputTitle', // shown when noise is detected for the current microphone
  686. // 'toolbar.talkWhileMutedPopup', // shown when user tries to speak while muted
  687. // 'transcribing.failedToStart' // shown when transcribing fails to start
  688. // ]
  689. // Allow all above example options to include a trailing comma and
  690. // prevent fear when commenting out the last value.
  691. makeJsonParserHappy: 'even if last key had a trailing comma'
  692. // no configuration value should follow this line.
  693. };
  694. /* eslint-enable no-unused-vars, no-var */