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.

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