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

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