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

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