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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  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. // Feature Flags.
  58. flags: {
  59. // Enables source names in the signaling.
  60. // sourceNameSignaling: false,
  61. },
  62. // Disables moderator indicators.
  63. // disableModeratorIndicator: false,
  64. // Disables the reactions feature.
  65. // disableReactions: true,
  66. // Disables the reactions moderation feature.
  67. // disableReactionsModeration: false,
  68. // Disables polls feature.
  69. // disablePolls: false,
  70. // Disables self-view tile. (hides it from tile view and from filmstrip)
  71. // disableSelfView: false,
  72. // Disables self-view settings in UI
  73. // disableSelfViewSettings: false,
  74. // screenshotCapture : {
  75. // Enables the screensharing capture feature.
  76. // enabled: false,
  77. //
  78. // The mode for the screenshot capture feature.
  79. // Can be either 'recording' - screensharing screenshots are taken
  80. // only when the recording is also on,
  81. // or 'always' - screensharing screenshots are always taken.
  82. // mode: 'recording'
  83. // }
  84. // Disables ICE/UDP by filtering out local and remote UDP candidates in
  85. // signalling.
  86. // webrtcIceUdpDisable: false,
  87. // Disables ICE/TCP by filtering out local and remote TCP candidates in
  88. // signalling.
  89. // webrtcIceTcpDisable: false,
  90. // Media
  91. //
  92. // Enable unified plan implementation support on Chromium based browsers.
  93. // enableUnifiedOnChrome: false,
  94. // Audio
  95. // Disable measuring of audio levels.
  96. // disableAudioLevels: false,
  97. // audioLevelsInterval: 200,
  98. // Enabling this will run the lib-jitsi-meet no audio detection module which
  99. // will notify the user if the current selected microphone has no audio
  100. // input and will suggest another valid device if one is present.
  101. enableNoAudioDetection: true,
  102. // Enabling this will show a "Save Logs" link in the GSM popover that can be
  103. // used to collect debug information (XMPP IQs, SDP offer/answer cycles)
  104. // about the call.
  105. // enableSaveLogs: false,
  106. // Enabling this will hide the "Show More" link in the GSM popover that can be
  107. // used to display more statistics about the connection (IP, Port, protocol, etc).
  108. // disableShowMoreStats: true,
  109. // Enabling this will run the lib-jitsi-meet noise detection module which will
  110. // notify the user if there is noise, other than voice, coming from the current
  111. // selected microphone. The purpose it to let the user know that the input could
  112. // be potentially unpleasant for other meeting participants.
  113. enableNoisyMicDetection: true,
  114. // Start the conference in audio only mode (no video is being received nor
  115. // sent).
  116. // startAudioOnly: false,
  117. // Every participant after the Nth will start audio muted.
  118. // startAudioMuted: 10,
  119. // Start calls with audio muted. Unlike the option above, this one is only
  120. // applied locally. FIXME: having these 2 options is confusing.
  121. // startWithAudioMuted: false,
  122. // Enabling it (with #params) will disable local audio output of remote
  123. // participants and to enable it back a reload is needed.
  124. // startSilent: false
  125. // Enables support for opus-red (redundancy for Opus).
  126. // enableOpusRed: false,
  127. // Specify audio quality stereo and opusMaxAverageBitrate values in order to enable HD audio.
  128. // Beware, by doing so, you are disabling echo cancellation, noise suppression and AGC.
  129. // audioQuality: {
  130. // stereo: false,
  131. // opusMaxAverageBitrate: null // Value to fit the 6000 to 510000 range.
  132. // },
  133. // Video
  134. // Sets the preferred resolution (height) for local video. Defaults to 720.
  135. // resolution: 720,
  136. // Specifies whether the raised hand will hide when someone becomes a dominant speaker or not
  137. // disableRemoveRaisedHandOnFocus: false,
  138. // Specifies whether there will be a search field in speaker stats or not
  139. // disableSpeakerStatsSearch: false,
  140. // Specifies whether participants in speaker stats should be ordered or not, and with what priority
  141. // speakerStatsOrder: [
  142. // 'role', <- Moderators on top
  143. // 'name', <- Alphabetically by name
  144. // 'hasLeft', <- The ones that have left in the bottom
  145. // ] <- the order of the array elements determines priority
  146. // How many participants while in the tile view mode, before the receiving video quality is reduced from HD to SD.
  147. // Use -1 to disable.
  148. // maxFullResolutionParticipants: 2,
  149. // w3c spec-compliant video constraints to use for video capture. Currently
  150. // used by browsers that return true from lib-jitsi-meet's
  151. // util#browser#usesNewGumFlow. The constraints are independent from
  152. // this config's resolution value. Defaults to requesting an ideal
  153. // resolution of 720p.
  154. // constraints: {
  155. // video: {
  156. // height: {
  157. // ideal: 720,
  158. // max: 720,
  159. // min: 240
  160. // }
  161. // }
  162. // },
  163. // Enable / disable simulcast support.
  164. // disableSimulcast: false,
  165. // Enable / disable layer suspension. If enabled, endpoints whose HD layers are not in use will be suspended
  166. // (no longer sent) until they are requested again. This is enabled by default. This must be enabled for screen
  167. // sharing to work as expected on Chrome. Disabling this might result in low resolution screenshare being sent
  168. // by the client.
  169. // enableLayerSuspension: false,
  170. // Every participant after the Nth will start video muted.
  171. // startVideoMuted: 10,
  172. // Start calls with video muted. Unlike the option above, this one is only
  173. // applied locally. FIXME: having these 2 options is confusing.
  174. // startWithVideoMuted: false,
  175. // If set to true, prefer to use the H.264 video codec (if supported).
  176. // Note that it's not recommended to do this because simulcast is not
  177. // supported when using H.264. For 1-to-1 calls this setting is enabled by
  178. // default and can be toggled in the p2p section.
  179. // This option has been deprecated, use preferredCodec under videoQuality section instead.
  180. // preferH264: true,
  181. // If set to true, disable H.264 video codec by stripping it out of the
  182. // SDP.
  183. // disableH264: false,
  184. // Desktop sharing
  185. // Optional desktop sharing frame rate options. Default value: min:5, max:5.
  186. // desktopSharingFrameRate: {
  187. // min: 5,
  188. // max: 5
  189. // },
  190. // This option has been deprecated since it is no longer supported as per the w3c spec.
  191. // https://w3c.github.io/mediacapture-screen-share/#dom-mediadevices-getdisplaymedia. If the user has not
  192. // interacted with the webpage before the getDisplayMedia call, the promise will be rejected by the browser. This
  193. // has already been implemented in Firefox and Safari and will be implemented in Chrome soon.
  194. // https://bugs.chromium.org/p/chromium/issues/detail?id=1198918
  195. // startScreenSharing: false,
  196. // Recording
  197. // Whether to enable file recording or not.
  198. // fileRecordingsEnabled: false,
  199. // Enable the dropbox integration.
  200. // dropbox: {
  201. // appKey: '<APP_KEY>' // Specify your app key here.
  202. // // A URL to redirect the user to, after authenticating
  203. // // by default uses:
  204. // // 'https://jitsi-meet.example.com/static/oauth.html'
  205. // redirectURI:
  206. // 'https://jitsi-meet.example.com/subfolder/static/oauth.html'
  207. // },
  208. // When integrations like dropbox are enabled only that will be shown,
  209. // by enabling fileRecordingsServiceEnabled, we show both the integrations
  210. // and the generic recording service (its configuration and storage type
  211. // depends on jibri configuration)
  212. // fileRecordingsServiceEnabled: false,
  213. // Whether to show the possibility to share file recording with other people
  214. // (e.g. meeting participants), based on the actual implementation
  215. // on the backend.
  216. // fileRecordingsServiceSharingEnabled: false,
  217. // Whether to enable live streaming or not.
  218. // liveStreamingEnabled: false,
  219. // Transcription (in interface_config,
  220. // subtitles and buttons can be configured)
  221. // transcribingEnabled: false,
  222. // If true transcriber will use the application language.
  223. // The application language is either explicitly set by participants in their settings or automatically
  224. // detected based on the environment, e.g. if the app is opened in a chrome instance which is using french as its
  225. // default language then transcriptions for that participant will be in french.
  226. // Defaults to true.
  227. // transcribeWithAppLanguage: true,
  228. // Transcriber language. This settings will only work if "transcribeWithAppLanguage" is explicitly set to false.
  229. // Available languages can be found in
  230. // ./src/react/features/transcribing/transcriber-langs.json.
  231. // preferredTranscribeLanguage: 'en-US',
  232. // Enables automatic turning on captions when recording is started
  233. // autoCaptionOnRecord: false,
  234. // Misc
  235. // Default value for the channel "last N" attribute. -1 for unlimited.
  236. channelLastN: -1,
  237. // Connection indicators
  238. // connectionIndicators: {
  239. // autoHide: true,
  240. // autoHideTimeout: 5000,
  241. // disabled: false,
  242. // disableDetails: false,
  243. // inactiveDisabled: false
  244. // },
  245. // Provides a way for the lastN value to be controlled through the UI.
  246. // When startLastN is present, conference starts with a last-n value of startLastN and channelLastN
  247. // value will be used when the quality level is selected using "Manage Video Quality" slider.
  248. // startLastN: 1,
  249. // Provides a way to use different "last N" values based on the number of participants in the conference.
  250. // The keys in an Object represent number of participants and the values are "last N" to be used when number of
  251. // participants gets to or above the number.
  252. //
  253. // For the given example mapping, "last N" will be set to 20 as long as there are at least 5, but less than
  254. // 29 participants in the call and it will be lowered to 15 when the 30th participant joins. The 'channelLastN'
  255. // will be used as default until the first threshold is reached.
  256. //
  257. // lastNLimits: {
  258. // 5: 20,
  259. // 30: 15,
  260. // 50: 10,
  261. // 70: 5,
  262. // 90: 2
  263. // },
  264. // Provides a way to translate the legacy bridge signaling messages, 'LastNChangedEvent',
  265. // 'SelectedEndpointsChangedEvent' and 'ReceiverVideoConstraint' into the new 'ReceiverVideoConstraints' message
  266. // that invokes the new bandwidth allocation algorithm in the bridge which is described here
  267. // - https://github.com/jitsi/jitsi-videobridge/blob/master/doc/allocation.md.
  268. // useNewBandwidthAllocationStrategy: false,
  269. // Specify the settings for video quality optimizations on the client.
  270. // videoQuality: {
  271. // // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified
  272. // // here will be removed from the list of codecs present in the SDP answer generated by the client. If the
  273. // // same codec is specified for both the disabled and preferred option, the disable settings will prevail.
  274. // // Note that 'VP8' cannot be disabled since it's a mandatory codec, the setting will be ignored in this case.
  275. // disabledCodec: 'H264',
  276. //
  277. // // Provides a way to set a preferred video codec for the JVB connection. If 'H264' is specified here,
  278. // // simulcast will be automatically disabled since JVB doesn't support H264 simulcast yet. This will only
  279. // // rearrange the the preference order of the codecs in the SDP answer generated by the browser only if the
  280. // // preferred codec specified here is present. Please ensure that the JVB offers the specified codec for this
  281. // // to take effect.
  282. // preferredCodec: 'VP8',
  283. //
  284. // // Provides a way to enforce the preferred codec for the conference even when the conference has endpoints
  285. // // that do not support the preferred codec. For example, older versions of Safari do not support VP9 yet.
  286. // // This will result in Safari not being able to decode video from endpoints sending VP9 video.
  287. // // When set to false, the conference falls back to VP8 whenever there is an endpoint that doesn't support the
  288. // // preferred codec and goes back to the preferred codec when that endpoint leaves.
  289. // // enforcePreferredCodec: false,
  290. //
  291. // // Provides a way to configure the maximum bitrates that will be enforced on the simulcast streams for
  292. // // video tracks. The keys in the object represent the type of the stream (LD, SD or HD) and the values
  293. // // are the max.bitrates to be set on that particular type of stream. The actual send may vary based on
  294. // // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
  295. // // This is currently not implemented on app based clients on mobile.
  296. // maxBitratesVideo: {
  297. // H264: {
  298. // low: 200000,
  299. // standard: 500000,
  300. // high: 1500000
  301. // },
  302. // VP8 : {
  303. // low: 200000,
  304. // standard: 500000,
  305. // high: 1500000
  306. // },
  307. // VP9: {
  308. // low: 100000,
  309. // standard: 300000,
  310. // high: 1200000
  311. // }
  312. // },
  313. //
  314. // // The options can be used to override default thresholds of video thumbnail heights corresponding to
  315. // // the video quality levels used in the application. At the time of this writing the allowed levels are:
  316. // // 'low' - for the low quality level (180p at the time of this writing)
  317. // // 'standard' - for the medium quality level (360p)
  318. // // 'high' - for the high quality level (720p)
  319. // // The keys should be positive numbers which represent the minimal thumbnail height for the quality level.
  320. // //
  321. // // With the default config value below the application will use 'low' quality until the thumbnails are
  322. // // at least 360 pixels tall. If the thumbnail height reaches 720 pixels then the application will switch to
  323. // // the high quality.
  324. // minHeightForQualityLvl: {
  325. // 360: 'standard',
  326. // 720: 'high'
  327. // },
  328. //
  329. // // Provides a way to resize the desktop track to 720p (if it is greater than 720p) before creating a canvas
  330. // // for the presenter mode (camera picture-in-picture mode with screenshare).
  331. // resizeDesktopForPresenter: false
  332. // },
  333. // Notification timeouts
  334. // notificationTimeouts: {
  335. // short: 2500,
  336. // medium: 5000,
  337. // long: 10000
  338. // },
  339. // // Options for the recording limit notification.
  340. // recordingLimit: {
  341. //
  342. // // The recording limit in minutes. Note: This number appears in the notification text
  343. // // but doesn't enforce the actual recording time limit. This should be configured in
  344. // // jibri!
  345. // limit: 60,
  346. //
  347. // // The name of the app with unlimited recordings.
  348. // appName: 'Unlimited recordings APP',
  349. //
  350. // // The URL of the app with unlimited recordings.
  351. // appURL: 'https://unlimited.recordings.app.com/'
  352. // },
  353. // Disables or enables RTX (RFC 4588) (defaults to false).
  354. // disableRtx: false,
  355. // Moves all Jitsi Meet 'beforeunload' logic (cleanup, leaving, disconnecting, etc) to the 'unload' event.
  356. // disableBeforeUnloadHandlers: true,
  357. // Disables or enables TCC support in this client (default: enabled).
  358. // enableTcc: true,
  359. // Disables or enables REMB support in this client (default: enabled).
  360. // enableRemb: true,
  361. // Enables ICE restart logic in LJM and displays the page reload overlay on
  362. // ICE failure. Current disabled by default because it's causing issues with
  363. // signaling when Octo is enabled. Also when we do an "ICE restart"(which is
  364. // not a real ICE restart), the client maintains the TCC sequence number
  365. // counter, but the bridge resets it. The bridge sends media packets with
  366. // TCC sequence numbers starting from 0.
  367. // enableIceRestart: false,
  368. // Enables forced reload of the client when the call is migrated as a result of
  369. // the bridge going down.
  370. // enableForcedReload: true,
  371. // Use TURN/UDP servers for the jitsi-videobridge connection (by default
  372. // we filter out TURN/UDP because it is usually not needed since the
  373. // bridge itself is reachable via UDP)
  374. // useTurnUdp: false
  375. // Enable support for encoded transform in supported browsers. This allows
  376. // E2EE to work in Safari if the corresponding flag is enabled in the browser.
  377. // Experimental.
  378. // enableEncodedTransformSupport: false,
  379. // UI
  380. //
  381. // Disables responsive tiles.
  382. // disableResponsiveTiles: false,
  383. // Hides lobby button
  384. // hideLobbyButton: false,
  385. // If Lobby is enabled starts knocking automatically.
  386. // autoKnockLobby: false,
  387. // Enable lobby chat.
  388. // enableLobbyChat: true,
  389. // DEPRECATED! Use `breakoutRooms.hideAddRoomButton` instead.
  390. // Hides add breakout room button
  391. // hideAddRoomButton: false,
  392. // Require users to always specify a display name.
  393. // requireDisplayName: true,
  394. // Whether to use a welcome page or not. In case it's false a random room
  395. // will be joined when no room is specified.
  396. enableWelcomePage: true,
  397. // Disable app shortcuts that are registered upon joining a conference
  398. // disableShortcuts: false,
  399. // Disable initial browser getUserMedia requests.
  400. // This is useful for scenarios where users might want to start a conference for screensharing only
  401. // disableInitialGUM: false,
  402. // Enabling the close page will ignore the welcome page redirection when
  403. // a call is hangup.
  404. // enableClosePage: false,
  405. // Disable hiding of remote thumbnails when in a 1-on-1 conference call.
  406. // Setting this to null, will also disable showing the remote videos
  407. // when the toolbar is shown on mouse movements
  408. // disable1On1Mode: null | false | true,
  409. // Default local name to be displayed
  410. // defaultLocalDisplayName: 'me',
  411. // Default remote name to be displayed
  412. // defaultRemoteDisplayName: 'Fellow Jitster',
  413. // Hides the display name from the participant thumbnail
  414. // hideDisplayName: false,
  415. // Hides the dominant speaker name badge that hovers above the toolbox
  416. // hideDominantSpeakerBadge: false,
  417. // Default language for the user interface. Cannot be overwritten.
  418. // defaultLanguage: 'en',
  419. // Disables profile and the edit of all fields from the profile settings (display name and email)
  420. // disableProfile: false,
  421. // Hides the email section under profile settings.
  422. // hideEmailInSettings: false,
  423. // Whether or not some features are checked based on token.
  424. // enableFeaturesBasedOnToken: false,
  425. // When enabled the password used for locking a room is restricted to up to the number of digits specified
  426. // roomPasswordNumberOfDigits: 10,
  427. // default: roomPasswordNumberOfDigits: false,
  428. // Message to show the users. Example: 'The service will be down for
  429. // maintenance at 01:00 AM GMT,
  430. // noticeMessage: '',
  431. // Enables calendar integration, depends on googleApiApplicationClientID
  432. // and microsoftApiApplicationClientID
  433. // enableCalendarIntegration: false,
  434. // Configs for prejoin page.
  435. // prejoinConfig: {
  436. // // When 'true', it shows an intermediate page before joining, where the user can configure their devices.
  437. // // This replaces `prejoinPageEnabled`.
  438. // enabled: true,
  439. // // List of buttons to hide from the extra join options dropdown.
  440. // hideExtraJoinButtons: ['no-audio', 'by-phone']
  441. // },
  442. // When 'true', the user cannot edit the display name.
  443. // (Mainly useful when used in conjuction with the JWT so the JWT name becomes read only.)
  444. // readOnlyName: false,
  445. // If etherpad integration is enabled, setting this to true will
  446. // automatically open the etherpad when a participant joins. This
  447. // does not affect the mobile app since opening an etherpad
  448. // obscures the conference controls -- it's better to let users
  449. // choose to open the pad on their own in that case.
  450. // openSharedDocumentOnJoin: false,
  451. // If true, shows the unsafe room name warning label when a room name is
  452. // deemed unsafe (due to the simplicity in the name) and a password is not
  453. // set or the lobby is not enabled.
  454. // enableInsecureRoomNameWarning: false,
  455. // Whether to automatically copy invitation URL after creating a room.
  456. // Document should be focused for this option to work
  457. // enableAutomaticUrlCopy: false,
  458. // Array with avatar URL prefixes that need to use CORS.
  459. // corsAvatarURLs: [ 'https://www.gravatar.com/avatar/' ],
  460. // Base URL for a Gravatar-compatible service. Defaults to libravatar.
  461. // gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/',
  462. // App name to be displayed in the invitation email subject, as an alternative to
  463. // interfaceConfig.APP_NAME.
  464. // inviteAppName: null,
  465. // Moved from interfaceConfig(TOOLBAR_BUTTONS).
  466. // The name of the toolbar buttons to display in the toolbar, including the
  467. // "More actions" menu. If present, the button will display. Exceptions are
  468. // "livestreaming" and "recording" which also require being a moderator and
  469. // some other values in config.js to be enabled. Also, the "profile" button will
  470. // not display for users with a JWT.
  471. // Notes:
  472. // - it's impossible to choose which buttons go in the "More actions" menu
  473. // - it's impossible to control the placement of buttons
  474. // - 'desktop' controls the "Share your screen" button
  475. // - if `toolbarButtons` is undefined, we fallback to enabling all buttons on the UI
  476. // toolbarButtons: [
  477. // 'camera',
  478. // 'chat',
  479. // 'closedcaptions',
  480. // 'desktop',
  481. // 'download',
  482. // 'embedmeeting',
  483. // 'etherpad',
  484. // 'feedback',
  485. // 'filmstrip',
  486. // 'fullscreen',
  487. // 'hangup',
  488. // 'help',
  489. // 'highlight',
  490. // 'invite',
  491. // 'linktosalesforce',
  492. // 'livestreaming',
  493. // 'microphone',
  494. // 'mute-everyone',
  495. // 'mute-video-everyone',
  496. // 'participants-pane',
  497. // 'profile',
  498. // 'raisehand',
  499. // 'recording',
  500. // 'security',
  501. // 'select-background',
  502. // 'settings',
  503. // 'shareaudio',
  504. // 'sharedvideo',
  505. // 'shortcuts',
  506. // 'stats',
  507. // 'tileview',
  508. // 'toggle-camera',
  509. // 'videoquality',
  510. // '__end'
  511. // ],
  512. // Holds values related to toolbar visibility control.
  513. // toolbarConfig: {
  514. // // Moved from interfaceConfig.INITIAL_TOOLBAR_TIMEOUT
  515. // // The initial numer of miliseconds for the toolbar buttons to be visible on screen.
  516. // initialTimeout: 20000,
  517. // // Moved from interfaceConfig.TOOLBAR_TIMEOUT
  518. // // Number of miliseconds for the toolbar buttons to be visible on screen.
  519. // timeout: 4000,
  520. // // Moved from interfaceConfig.TOOLBAR_ALWAYS_VISIBLE
  521. // // Whether toolbar should be always visible or should hide after x miliseconds.
  522. // alwaysVisible: false,
  523. // // Indicates whether the toolbar should still autohide when chat is open
  524. // autoHideWhileChatIsOpen: false
  525. // },
  526. // Toolbar buttons which have their click/tap event exposed through the API on
  527. // `toolbarButtonClicked`. Passing a string for the button key will
  528. // prevent execution of the click/tap routine; passing an object with `key` and
  529. // `preventExecution` flag on false will not prevent execution of the click/tap
  530. // routine. Below array with mixed mode for passing the buttons.
  531. // buttonsWithNotifyClick: [
  532. // 'camera',
  533. // {
  534. // key: 'chat',
  535. // preventExecution: false
  536. // },
  537. // {
  538. // key: 'closedcaptions',
  539. // preventExecution: true
  540. // },
  541. // 'desktop',
  542. // 'download',
  543. // 'embedmeeting',
  544. // 'etherpad',
  545. // 'feedback',
  546. // 'filmstrip',
  547. // 'fullscreen',
  548. // 'hangup',
  549. // 'help',
  550. // {
  551. // key: 'invite',
  552. // preventExecution: false
  553. // },
  554. // 'livestreaming',
  555. // 'microphone',
  556. // 'mute-everyone',
  557. // 'mute-video-everyone',
  558. // 'participants-pane',
  559. // 'profile',
  560. // {
  561. // key: 'raisehand',
  562. // preventExecution: true
  563. // },
  564. // 'recording',
  565. // 'security',
  566. // 'select-background',
  567. // 'settings',
  568. // 'shareaudio',
  569. // 'sharedvideo',
  570. // 'shortcuts',
  571. // 'stats',
  572. // 'tileview',
  573. // 'toggle-camera',
  574. // 'videoquality',
  575. // // The add passcode button from the security dialog.
  576. // {
  577. // key: 'add-passcode',
  578. // preventExecution: false
  579. // }
  580. // '__end'
  581. // ],
  582. // List of pre meeting screens buttons to hide. The values must be one or more of the 5 allowed buttons:
  583. // 'microphone', 'camera', 'select-background', 'invite', 'settings'
  584. // hiddenPremeetingButtons: [],
  585. // Stats
  586. //
  587. // Whether to enable stats collection or not in the TraceablePeerConnection.
  588. // This can be useful for debugging purposes (post-processing/analysis of
  589. // the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
  590. // estimation tests.
  591. // gatherStats: false,
  592. // The interval at which PeerConnection.getStats() is called. Defaults to 10000
  593. // pcStatsInterval: 10000,
  594. // To enable sending statistics to callstats.io you must provide the
  595. // Application ID and Secret.
  596. // callStatsID: '',
  597. // callStatsSecret: '',
  598. // The callstats initialize config params as described in the API:
  599. // https://docs.callstats.io/docs/javascript#callstatsinitialize-with-app-secret
  600. // callStatsConfigParams: {
  601. // disableBeforeUnloadHandler: true, // disables callstats.js's window.onbeforeunload parameter.
  602. // applicationVersion: "app_version", // Application version specified by the developer.
  603. // disablePrecalltest: true, // disables the pre-call test, it is enabled by default.
  604. // siteID: "siteID", // The name/ID of the site/campus from where the call/pre-call test is made.
  605. // additionalIDs: { // additionalIDs object, contains application related IDs.
  606. // customerID: "Customer Identifier. Example, walmart.",
  607. // tenantID: "Tenant Identifier. Example, monster.",
  608. // productName: "Product Name. Example, Jitsi.",
  609. // meetingsName: "Meeting Name. Example, Jitsi loves callstats.",
  610. // serverName: "Server/MiddleBox Name. Example, jvb-prod-us-east-mlkncws12.",
  611. // pbxID: "PBX Identifier. Example, walmart.",
  612. // pbxExtensionID: "PBX Extension Identifier. Example, 5625.",
  613. // fqExtensionID: "Fully qualified Extension Identifier. Example, +71 (US) +5625.",
  614. // sessionID: "Session Identifier. Example, session-12-34"
  615. // },
  616. // collectLegacyStats: true, //enables the collection of legacy stats in chrome browser
  617. // collectIP: true //enables the collection localIP address
  618. // },
  619. // Enables sending participants' display names to callstats
  620. // enableDisplayNameInStats: false,
  621. // Enables sending participants' emails (if available) to callstats and other analytics
  622. // enableEmailInStats: false,
  623. // Enables detecting faces of participants and get their expression and send it to other participants
  624. // enableFacialRecognition: true,
  625. // Enables displaying facial expressions in speaker stats
  626. // enableDisplayFacialExpressions: true,
  627. // faceCoordinatesSharing: {
  628. // // Enables sharing your face cordinates. Used for centering faces within a video.
  629. // enabled: false,
  630. // // Minimum required face movement percentage threshold for sending new face coordinates data.
  631. // threshold: 10,
  632. // // Miliseconds for processing a new image capture in order to detect face coordinates if they exist.
  633. // captureInterval: 100
  634. // },
  635. // Controls the percentage of automatic feedback shown to participants when callstats is enabled.
  636. // The default value is 100%. If set to 0, no automatic feedback will be requested
  637. // feedbackPercentage: 100,
  638. // Privacy
  639. //
  640. // If third party requests are disabled, no other server will be contacted.
  641. // This means avatars will be locally generated and callstats integration
  642. // will not function.
  643. // disableThirdPartyRequests: false,
  644. // Peer-To-Peer mode: used (if enabled) when there are just 2 participants.
  645. //
  646. p2p: {
  647. // Enables peer to peer mode. When enabled the system will try to
  648. // establish a direct connection when there are exactly 2 participants
  649. // in the room. If that succeeds the conference will stop sending data
  650. // through the JVB and use the peer to peer connection instead. When a
  651. // 3rd participant joins the conference will be moved back to the JVB
  652. // connection.
  653. enabled: true,
  654. // Enable unified plan implementation support on Chromium for p2p connection.
  655. // enableUnifiedOnChrome: false,
  656. // Sets the ICE transport policy for the p2p connection. At the time
  657. // of this writing the list of possible values are 'all' and 'relay',
  658. // but that is subject to change in the future. The enum is defined in
  659. // the WebRTC standard:
  660. // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
  661. // If not set, the effective value is 'all'.
  662. // iceTransportPolicy: 'all',
  663. // If set to true, it will prefer to use H.264 for P2P calls (if H.264
  664. // is supported). This setting is deprecated, use preferredCodec instead.
  665. // preferH264: true,
  666. // Provides a way to set the video codec preference on the p2p connection. Acceptable
  667. // codec values are 'VP8', 'VP9' and 'H264'.
  668. // preferredCodec: 'H264',
  669. // If set to true, disable H.264 video codec by stripping it out of the
  670. // SDP. This setting is deprecated, use disabledCodec instead.
  671. // disableH264: false,
  672. // Provides a way to prevent a video codec from being negotiated on the p2p connection.
  673. // disabledCodec: '',
  674. // How long we're going to wait, before going back to P2P after the 3rd
  675. // participant has left the conference (to filter out page reload).
  676. // backToP2PDelay: 5,
  677. // The STUN servers that will be used in the peer to peer connections
  678. stunServers: [
  679. // { urls: 'stun:jitsi-meet.example.com:3478' },
  680. { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
  681. ]
  682. },
  683. analytics: {
  684. // True if the analytics should be disabled
  685. // disabled: false,
  686. // The Google Analytics Tracking ID:
  687. // googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1'
  688. // Matomo configuration:
  689. // matomoEndpoint: 'https://your-matomo-endpoint/',
  690. // matomoSiteID: '42',
  691. // The Amplitude APP Key:
  692. // amplitudeAPPKey: '<APP_KEY>'
  693. // Configuration for the rtcstats server:
  694. // By enabling rtcstats server every time a conference is joined the rtcstats
  695. // module connects to the provided rtcstatsEndpoint and sends statistics regarding
  696. // PeerConnection states along with getStats metrics polled at the specified
  697. // interval.
  698. // rtcstatsEnabled: false,
  699. // In order to enable rtcstats one needs to provide a endpoint url.
  700. // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
  701. // The interval at which rtcstats will poll getStats, defaults to 1000ms.
  702. // If the value is set to 0 getStats won't be polled and the rtcstats client
  703. // will only send data related to RTCPeerConnection events.
  704. // rtcstatsPolIInterval: 1000,
  705. // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
  706. // scriptURLs: [
  707. // "libs/analytics-ga.min.js", // google-analytics
  708. // "https://example.com/my-custom-analytics.js"
  709. // ],
  710. },
  711. // Logs that should go be passed through the 'log' event if a handler is defined for it
  712. // apiLogLevels: ['warn', 'log', 'error', 'info', 'debug'],
  713. // Information about the jitsi-meet instance we are connecting to, including
  714. // the user region as seen by the server.
  715. deploymentInfo: {
  716. // shard: "shard1",
  717. // region: "europe",
  718. // userRegion: "asia"
  719. },
  720. // Array<string> of disabled sounds.
  721. // Possible values:
  722. // - 'ASKED_TO_UNMUTE_SOUND'
  723. // - 'E2EE_OFF_SOUND'
  724. // - 'E2EE_ON_SOUND'
  725. // - 'INCOMING_MSG_SOUND'
  726. // - 'KNOCKING_PARTICIPANT_SOUND'
  727. // - 'LIVE_STREAMING_OFF_SOUND'
  728. // - 'LIVE_STREAMING_ON_SOUND'
  729. // - 'NO_AUDIO_SIGNAL_SOUND'
  730. // - 'NOISY_AUDIO_INPUT_SOUND'
  731. // - 'OUTGOING_CALL_EXPIRED_SOUND'
  732. // - 'OUTGOING_CALL_REJECTED_SOUND'
  733. // - 'OUTGOING_CALL_RINGING_SOUND'
  734. // - 'OUTGOING_CALL_START_SOUND'
  735. // - 'PARTICIPANT_JOINED_SOUND'
  736. // - 'PARTICIPANT_LEFT_SOUND'
  737. // - 'RAISE_HAND_SOUND'
  738. // - 'REACTION_SOUND'
  739. // - 'RECORDING_OFF_SOUND'
  740. // - 'RECORDING_ON_SOUND'
  741. // - 'TALK_WHILE_MUTED_SOUND'
  742. // disabledSounds: [],
  743. // DEPRECATED! Use `disabledSounds` instead.
  744. // Decides whether the start/stop recording audio notifications should play on record.
  745. // disableRecordAudioNotification: false,
  746. // DEPRECATED! Use `disabledSounds` instead.
  747. // Disables the sounds that play when other participants join or leave the
  748. // conference (if set to true, these sounds will not be played).
  749. // disableJoinLeaveSounds: false,
  750. // DEPRECATED! Use `disabledSounds` instead.
  751. // Disables the sounds that play when a chat message is received.
  752. // disableIncomingMessageSound: false,
  753. // Information for the chrome extension banner
  754. // chromeExtensionBanner: {
  755. // // The chrome extension to be installed address
  756. // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb',
  757. // // Extensions info which allows checking if they are installed or not
  758. // chromeExtensionsInfo: [
  759. // {
  760. // id: 'kglhbbefdnlheedjiejgomgmfplipfeb',
  761. // path: 'jitsi-logo-48x48.png'
  762. // }
  763. // ]
  764. // },
  765. // Local Recording
  766. //
  767. // localRecording: {
  768. // Enables local recording.
  769. // Additionally, 'localrecording' (all lowercase) needs to be added to
  770. // the `toolbarButtons`-array for the Local Recording button to show up
  771. // on the toolbar.
  772. //
  773. // enabled: true,
  774. //
  775. // The recording format, can be one of 'ogg', 'flac' or 'wav'.
  776. // format: 'flac'
  777. //
  778. // },
  779. // e2ee: {
  780. // labels,
  781. // externallyManagedKey: false
  782. // },
  783. // Options related to end-to-end (participant to participant) ping.
  784. // e2eping: {
  785. // // Whether ene-to-end pings should be enabled.
  786. // enabled: false,
  787. //
  788. // // The number of responses to wait for.
  789. // numRequests: 5,
  790. //
  791. // // The max conference size in which e2e pings will be sent.
  792. // maxConferenceSize: 200,
  793. //
  794. // // The maximum number of e2e ping messages per second for the whole conference to aim for.
  795. // // This is used to contol the pacing of messages in order to reduce the load on the backend.
  796. // maxMessagesPerSecond: 250
  797. // },
  798. // If set, will attempt to use the provided video input device label when
  799. // triggering a screenshare, instead of proceeding through the normal flow
  800. // for obtaining a desktop stream.
  801. // NOTE: This option is experimental and is currently intended for internal
  802. // use only.
  803. // _desktopSharingSourceDevice: 'sample-id-or-label',
  804. // If true, any checks to handoff to another application will be prevented
  805. // and instead the app will continue to display in the current browser.
  806. // disableDeepLinking: false,
  807. // A property to disable the right click context menu for localVideo
  808. // the menu has option to flip the locally seen video for local presentations
  809. // disableLocalVideoFlip: false,
  810. // A property used to unset the default flip state of the local video.
  811. // When it is set to 'true', the local(self) video will not be mirrored anymore.
  812. // doNotFlipLocalVideo: false,
  813. // Mainly privacy related settings
  814. // Disables all invite functions from the app (share, invite, dial out...etc)
  815. // disableInviteFunctions: true,
  816. // Disables storing the room name to the recents list
  817. // doNotStoreRoom: true,
  818. // Deployment specific URLs.
  819. // deploymentUrls: {
  820. // // If specified a 'Help' button will be displayed in the overflow menu with a link to the specified URL for
  821. // // user documentation.
  822. // userDocumentationURL: 'https://docs.example.com/video-meetings.html',
  823. // // If specified a 'Download our apps' button will be displayed in the overflow menu with a link
  824. // // to the specified URL for an app download page.
  825. // downloadAppsUrl: 'https://docs.example.com/our-apps.html'
  826. // },
  827. // Options related to the remote participant menu.
  828. // remoteVideoMenu: {
  829. // // Whether the remote video context menu to be rendered or not.
  830. // disabled: true,
  831. // // If set to true the 'Kick out' button will be disabled.
  832. // disableKick: true,
  833. // // If set to true the 'Grant moderator' button will be disabled.
  834. // disableGrantModerator: true,
  835. // // If set to true the 'Send private message' button will be disabled.
  836. // disablePrivateChat: true
  837. // },
  838. // Endpoint that enables support for salesforce integration with in-meeting resource linking
  839. // This is required for:
  840. // listing the most recent records - salesforceUrl/records/recents
  841. // searching records - salesforceUrl/records?text=${text}
  842. // retrieving record details - salesforceUrl/records/${id}?type=${type}
  843. // and linking the meeting - salesforceUrl/sessions/${sessionId}/records/${id}
  844. //
  845. // salesforceUrl: 'https://api.example.com/',
  846. // If set to true all muting operations of remote participants will be disabled.
  847. // disableRemoteMute: true,
  848. // Enables support for lip-sync for this client (if the browser supports it).
  849. // enableLipSync: false
  850. /**
  851. External API url used to receive branding specific information.
  852. If there is no url set or there are missing fields, the defaults are applied.
  853. The config file should be in JSON.
  854. None of the fields are mandatory and the response must have the shape:
  855. {
  856. // The domain url to apply (will replace the domain in the sharing conference link/embed section)
  857. inviteDomain: 'example-company.org,
  858. // The hex value for the colour used as background
  859. backgroundColor: '#fff',
  860. // The url for the image used as background
  861. backgroundImageUrl: 'https://example.com/background-img.png',
  862. // The anchor url used when clicking the logo image
  863. logoClickUrl: 'https://example-company.org',
  864. // The url used for the image used as logo
  865. logoImageUrl: 'https://example.com/logo-img.png',
  866. // Overwrite for pool of background images for avatars
  867. avatarBackgrounds: ['url(https://example.com/avatar-background-1.png)', '#FFF'],
  868. // The lobby/prejoin screen background
  869. premeetingBackground: 'url(https://example.com/premeeting-background.png)',
  870. // A list of images that can be used as video backgrounds.
  871. // When this field is present, the default images will be replaced with those provided.
  872. virtualBackgrounds: ['https://example.com/img.jpg'],
  873. // Object containing a theme's properties. It also supports partial overwrites of the main theme.
  874. // For a list of all possible theme tokens and their current defaults, please check:
  875. // https://github.com/jitsi/jitsi-meet/tree/master/resources/custom-theme/custom-theme.json
  876. // For a short explanations on each of the tokens, please check:
  877. // https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/ui/Tokens.js
  878. // IMPORTANT!: This is work in progress so many of the various tokens are not yet applied in code
  879. // or they are partially applied.
  880. customTheme: {
  881. palette: {
  882. ui01: "orange !important",
  883. ui02: "maroon",
  884. surface02: 'darkgreen',
  885. ui03: "violet",
  886. ui04: "magenta",
  887. ui05: "blueviolet",
  888. field02Hover: 'red',
  889. action01: 'green',
  890. action01Hover: 'lightgreen',
  891. action02Disabled: 'beige',
  892. success02: 'cadetblue',
  893. action02Hover: 'aliceblue'
  894. },
  895. typography: {
  896. labelRegular: {
  897. fontSize: 25,
  898. lineHeight: 30,
  899. fontWeight: 500
  900. }
  901. }
  902. }
  903. }
  904. */
  905. // dynamicBrandingUrl: '',
  906. // Options related to the breakout rooms feature.
  907. // breakoutRooms: {
  908. // // Hides the add breakout room button. This replaces `hideAddRoomButton`.
  909. // hideAddRoomButton: false,
  910. // // Hides the join breakout room button.
  911. // hideJoinRoomButton: false
  912. // },
  913. // When true the user cannot add more images to be used as virtual background.
  914. // Only the default ones from will be available.
  915. // disableAddingBackgroundImages: false,
  916. // Disables using screensharing as virtual background.
  917. // disableScreensharingVirtualBackground: false,
  918. // Sets the background transparency level. '0' is fully transparent, '1' is opaque.
  919. // backgroundAlpha: 1,
  920. // The URL of the moderated rooms microservice, if available. If it
  921. // is present, a link to the service will be rendered on the welcome page,
  922. // otherwise the app doesn't render it.
  923. // moderatedRoomServiceUrl: 'https://moderated.jitsi-meet.example.com',
  924. // If true, tile view will not be enabled automatically when the participants count threshold is reached.
  925. // disableTileView: true,
  926. // If true, the tiles will be displayed contained within the available space rather than enlarged to cover it,
  927. // with a 16:9 aspect ratio (old behaviour).
  928. // disableTileEnlargement: true,
  929. // Controls the visibility and behavior of the top header conference info labels.
  930. // If a label's id is not in any of the 2 arrays, it will not be visible at all on the header.
  931. // conferenceInfo: {
  932. // // those labels will not be hidden in tandem with the toolbox.
  933. // alwaysVisible: ['recording', 'local-recording', 'raised-hands-count'],
  934. // // those labels will be auto-hidden in tandem with the toolbox buttons.
  935. // autoHide: [
  936. // 'subject',
  937. // 'conference-timer',
  938. // 'participants-count',
  939. // 'e2ee',
  940. // 'transcribing',
  941. // 'video-quality',
  942. // 'insecure-room',
  943. // 'highlight-moment'
  944. // ]
  945. // },
  946. // Hides the conference subject
  947. // hideConferenceSubject: false,
  948. // Hides the conference timer.
  949. // hideConferenceTimer: false,
  950. // Hides the recording label
  951. // hideRecordingLabel: false,
  952. // Hides the participants stats
  953. // hideParticipantsStats: true,
  954. // Sets the conference subject
  955. // subject: 'Conference Subject',
  956. // Sets the conference local subject
  957. // localSubject: 'Conference Local Subject',
  958. // This property is related to the use case when jitsi-meet is used via the IFrame API. When the property is true
  959. // jitsi-meet will use the local storage of the host page instead of its own. This option is useful if the browser
  960. // is not persisting the local storage inside the iframe.
  961. // useHostPageLocalStorage: true,
  962. // etherpad ("shared document") integration.
  963. //
  964. // If set, add a "Open shared document" link to the bottom right menu that
  965. // will open an etherpad document.
  966. // etherpad_base: 'https://your-etherpad-installati.on/p/',
  967. // List of undocumented settings used in jitsi-meet
  968. /**
  969. _immediateReloadThreshold
  970. debug
  971. debugAudioLevels
  972. deploymentInfo
  973. dialInConfCodeUrl
  974. dialInNumbersUrl
  975. dialOutAuthUrl
  976. dialOutCodesUrl
  977. disableRemoteControl
  978. displayJids
  979. externalConnectUrl
  980. e2eeLabels
  981. firefox_fake_device
  982. googleApiApplicationClientID
  983. iAmRecorder
  984. iAmSipGateway
  985. microsoftApiApplicationClientID
  986. peopleSearchQueryTypes
  987. peopleSearchUrl
  988. requireDisplayName
  989. tokenAuthUrl
  990. */
  991. /**
  992. * This property can be used to alter the generated meeting invite links (in combination with a branding domain
  993. * which is retrieved internally by jitsi meet) (e.g. https://meet.jit.si/someMeeting
  994. * can become https://brandedDomain/roomAlias)
  995. */
  996. // brandingRoomAlias: null,
  997. // List of undocumented settings used in lib-jitsi-meet
  998. /**
  999. _peerConnStatusOutOfLastNTimeout
  1000. _peerConnStatusRtcMuteTimeout
  1001. abTesting
  1002. avgRtpStatsN
  1003. callStatsConfIDNamespace
  1004. callStatsCustomScriptUrl
  1005. desktopSharingSources
  1006. disableAEC
  1007. disableAGC
  1008. disableAP
  1009. disableHPF
  1010. disableNS
  1011. enableTalkWhileMuted
  1012. forceJVB121Ratio
  1013. forceTurnRelay
  1014. hiddenDomain
  1015. hiddenFromRecorderFeatureEnabled
  1016. ignoreStartMuted
  1017. websocketKeepAlive
  1018. websocketKeepAliveUrl
  1019. */
  1020. /**
  1021. * Default interval (milliseconds) for triggering mouseMoved iframe API event
  1022. */
  1023. mouseMoveCallbackInterval: 1000,
  1024. /**
  1025. Use this array to configure which notifications will be shown to the user
  1026. The items correspond to the title or description key of that notification
  1027. Some of these notifications also depend on some other internal logic to be displayed or not,
  1028. so adding them here will not ensure they will always be displayed
  1029. A falsy value for this prop will result in having all notifications enabled (e.g null, undefined, false)
  1030. */
  1031. // notifications: [
  1032. // 'connection.CONNFAIL', // shown when the connection fails,
  1033. // 'dialog.cameraNotSendingData', // shown when there's no feed from user's camera
  1034. // 'dialog.kickTitle', // shown when user has been kicked
  1035. // 'dialog.liveStreaming', // livestreaming notifications (pending, on, off, limits)
  1036. // 'dialog.lockTitle', // shown when setting conference password fails
  1037. // 'dialog.maxUsersLimitReached', // shown when maximmum users limit has been reached
  1038. // 'dialog.micNotSendingData', // shown when user's mic is not sending any audio
  1039. // 'dialog.passwordNotSupportedTitle', // shown when setting conference password fails due to password format
  1040. // 'dialog.recording', // recording notifications (pending, on, off, limits)
  1041. // 'dialog.remoteControlTitle', // remote control notifications (allowed, denied, start, stop, error)
  1042. // 'dialog.reservationError',
  1043. // 'dialog.serviceUnavailable', // shown when server is not reachable
  1044. // 'dialog.sessTerminated', // shown when there is a failed conference session
  1045. // 'dialog.sessionRestarted', // show when a client reload is initiated because of bridge migration
  1046. // 'dialog.tokenAuthFailed', // show when an invalid jwt is used
  1047. // 'dialog.transcribing', // transcribing notifications (pending, off)
  1048. // 'dialOut.statusMessage', // shown when dial out status is updated.
  1049. // 'liveStreaming.busy', // shown when livestreaming service is busy
  1050. // 'liveStreaming.failedToStart', // shown when livestreaming fails to start
  1051. // 'liveStreaming.unavailableTitle', // shown when livestreaming service is not reachable
  1052. // 'lobby.joinRejectedMessage', // shown when while in a lobby, user's request to join is rejected
  1053. // 'lobby.notificationTitle', // shown when lobby is toggled and when join requests are allowed / denied
  1054. // 'localRecording.localRecording', // shown when a local recording is started
  1055. // 'notify.chatMessages', // shown when receiving chat messages while the chat window is closed
  1056. // 'notify.disconnected', // shown when a participant has left
  1057. // 'notify.connectedOneMember', // show when a participant joined
  1058. // 'notify.connectedTwoMembers', // show when two participants joined simultaneously
  1059. // 'notify.connectedThreePlusMembers', // show when more than 2 participants joined simultaneously
  1060. // 'notify.leftOneMember', // show when a participant left
  1061. // 'notify.leftTwoMembers', // show when two participants left simultaneously
  1062. // 'notify.leftThreePlusMembers', // show when more than 2 participants left simultaneously
  1063. // 'notify.grantedTo', // shown when moderator rights were granted to a participant
  1064. // 'notify.invitedOneMember', // shown when 1 participant has been invited
  1065. // 'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
  1066. // 'notify.invitedTwoMembers', // shown when 2 participants have been invited
  1067. // 'notify.kickParticipant', // shown when a participant is kicked
  1068. // 'notify.linkToSalesforce', // shown when joining a meeting with salesforce integration
  1069. // 'notify.moderationStartedTitle', // shown when AV moderation is activated
  1070. // 'notify.moderationStoppedTitle', // shown when AV moderation is deactivated
  1071. // 'notify.moderationInEffectTitle', // shown when user attempts to unmute audio during AV moderation
  1072. // 'notify.moderationInEffectVideoTitle', // shown when user attempts to enable video during AV moderation
  1073. // 'notify.moderationInEffectCSTitle', // shown when user attempts to share content during AV moderation
  1074. // 'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
  1075. // 'notify.mutedTitle', // shown when user has been muted upon joining,
  1076. // 'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
  1077. // 'notify.newDeviceCameraTitle', // prompts the user to use a newly detected camera
  1078. // 'notify.participantWantsToJoin', // shown when lobby is enabled and participant requests to join meeting
  1079. // 'notify.passwordRemovedRemotely', // shown when a password has been removed remotely
  1080. // 'notify.passwordSetRemotely', // shown when a password has been set remotely
  1081. // 'notify.raisedHand', // shown when a partcipant used raise hand,
  1082. // 'notify.startSilentTitle', // shown when user joined with no audio
  1083. // 'notify.unmute', // shown to moderator when user raises hand during AV moderation
  1084. // 'notify.hostAskedUnmute', // shown to participant when host asks them to unmute
  1085. // 'prejoin.errorDialOut',
  1086. // 'prejoin.errorDialOutDisconnected',
  1087. // 'prejoin.errorDialOutFailed',
  1088. // 'prejoin.errorDialOutStatus',
  1089. // 'prejoin.errorStatusCode',
  1090. // 'prejoin.errorValidation',
  1091. // 'recording.busy', // shown when recording service is busy
  1092. // 'recording.failedToStart', // shown when recording fails to start
  1093. // 'recording.unavailableTitle', // shown when recording service is not reachable
  1094. // 'toolbar.noAudioSignalTitle', // shown when a broken mic is detected
  1095. // 'toolbar.noisyAudioInputTitle', // shown when noise is detected for the current microphone
  1096. // 'toolbar.talkWhileMutedPopup', // shown when user tries to speak while muted
  1097. // 'transcribing.failedToStart' // shown when transcribing fails to start
  1098. // ],
  1099. // Prevent the filmstrip from autohiding when screen width is under a certain threshold
  1100. // disableFilmstripAutohiding: false,
  1101. // filmstrip: {
  1102. // // Disables user resizable filmstrip. Also, allows configuration of the filmstrip
  1103. // // (width, tiles aspect ratios) through the interfaceConfig options.
  1104. // disableResizable: false,
  1105. // // Disables the stage filmstrip
  1106. // // (displaying multiple participants on stage besides the vertical filmstrip)
  1107. // disableStageFilmstrip: false
  1108. // },
  1109. // Tile view related config options.
  1110. // tileView: {
  1111. // // The optimal number of tiles that are going to be shown in tile view. Depending on the screen size it may
  1112. // // not be possible to show the exact number of participants specified here.
  1113. // numberOfVisibleTiles: 25
  1114. // },
  1115. // Specifies whether the chat emoticons are disabled or not
  1116. // disableChatSmileys: false,
  1117. // Settings for the GIPHY integration.
  1118. // giphy: {
  1119. // // Whether the feature is enabled or not.
  1120. // enabled: false,
  1121. // // SDK API Key from Giphy.
  1122. // sdkKey: '',
  1123. // // Display mode can be one of:
  1124. // // - tile: show the GIF on the tile of the participant that sent it.
  1125. // // - chat: show the GIF as a message in chat
  1126. // // - all: all of the above. This is the default option
  1127. // displayMode: 'all',
  1128. // // How long the GIF should be displayed on the tile (in miliseconds).
  1129. // tileTime: 5000
  1130. // },
  1131. // Allow all above example options to include a trailing comma and
  1132. // prevent fear when commenting out the last value.
  1133. makeJsonParserHappy: 'even if last key had a trailing comma'
  1134. // no configuration value should follow this line.
  1135. };
  1136. /* eslint-enable no-unused-vars, no-var */