Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

config.js 69KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696
  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. //
  337. // // Provides a way to set the codec preference on desktop based endpoints.
  338. // codecPreferenceOrder: [ 'VP9', 'VP8', 'H264' ],
  339. //
  340. // // Provides a way to configure the maximum bitrates that will be enforced on the simulcast streams for
  341. // // video tracks. The keys in the object represent the type of the stream (LD, SD or HD) and the values
  342. // // are the max.bitrates to be set on that particular type of stream. The actual send may vary based on
  343. // // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
  344. // // This is currently not implemented on app based clients on mobile.
  345. // maxBitratesVideo: {
  346. // H264: {
  347. // low: 200000,
  348. // standard: 500000,
  349. // high: 1500000,
  350. // },
  351. // VP8 : {
  352. // low: 200000,
  353. // standard: 500000,
  354. // high: 1500000,
  355. // },
  356. // VP9: {
  357. // low: 100000,
  358. // standard: 300000,
  359. // high: 1200000,
  360. // },
  361. // },
  362. //
  363. // // The options can be used to override default thresholds of video thumbnail heights corresponding to
  364. // // the video quality levels used in the application. At the time of this writing the allowed levels are:
  365. // // 'low' - for the low quality level (180p at the time of this writing)
  366. // // 'standard' - for the medium quality level (360p)
  367. // // 'high' - for the high quality level (720p)
  368. // // The keys should be positive numbers which represent the minimal thumbnail height for the quality level.
  369. // //
  370. // // With the default config value below the application will use 'low' quality until the thumbnails are
  371. // // at least 360 pixels tall. If the thumbnail height reaches 720 pixels then the application will switch to
  372. // // the high quality.
  373. // minHeightForQualityLvl: {
  374. // 360: 'standard',
  375. // 720: 'high',
  376. // },
  377. //
  378. // // Provides a way to set the codec preference on mobile devices, both on RN and mobile browser based endpoint
  379. // mobileCodecPreferenceOrder: [ 'VP8', 'VP9', 'H264' ],
  380. //
  381. // // DEPRECATED! Use `codecPreferenceOrder/mobileCodecPreferenceOrder` instead.
  382. // // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified
  383. // // here will be removed from the list of codecs present in the SDP answer generated by the client. If the
  384. // // same codec is specified for both the disabled and preferred option, the disable settings will prevail.
  385. // // Note that 'VP8' cannot be disabled since it's a mandatory codec, the setting will be ignored in this case.
  386. // disabledCodec: 'H264',
  387. //
  388. // // DEPRECATED! Use `codecPreferenceOrder/mobileCodecPreferenceOrder` instead.
  389. // // Provides a way to set a preferred video codec for the JVB connection. If 'H264' is specified here,
  390. // // simulcast will be automatically disabled since JVB doesn't support H264 simulcast yet. This will only
  391. // // rearrange the the preference order of the codecs in the SDP answer generated by the browser only if the
  392. // // preferred codec specified here is present. Please ensure that the JVB offers the specified codec for this
  393. // // to take effect.
  394. // preferredCodec: 'VP8',
  395. //
  396. // },
  397. // Notification timeouts
  398. // notificationTimeouts: {
  399. // short: 2500,
  400. // medium: 5000,
  401. // long: 10000,
  402. // },
  403. // // Options for the recording limit notification.
  404. // recordingLimit: {
  405. //
  406. // // The recording limit in minutes. Note: This number appears in the notification text
  407. // // but doesn't enforce the actual recording time limit. This should be configured in
  408. // // jibri!
  409. // limit: 60,
  410. //
  411. // // The name of the app with unlimited recordings.
  412. // appName: 'Unlimited recordings APP',
  413. //
  414. // // The URL of the app with unlimited recordings.
  415. // appURL: 'https://unlimited.recordings.app.com/',
  416. // },
  417. // Disables or enables RTX (RFC 4588) (defaults to false).
  418. // disableRtx: false,
  419. // Moves all Jitsi Meet 'beforeunload' logic (cleanup, leaving, disconnecting, etc) to the 'unload' event.
  420. // disableBeforeUnloadHandlers: true,
  421. // Disables or enables TCC support in this client (default: enabled).
  422. // enableTcc: true,
  423. // Disables or enables REMB support in this client (default: enabled).
  424. // enableRemb: true,
  425. // Enables ICE restart logic in LJM and displays the page reload overlay on
  426. // ICE failure. Current disabled by default because it's causing issues with
  427. // signaling when Octo is enabled. Also when we do an "ICE restart"(which is
  428. // not a real ICE restart), the client maintains the TCC sequence number
  429. // counter, but the bridge resets it. The bridge sends media packets with
  430. // TCC sequence numbers starting from 0.
  431. // enableIceRestart: false,
  432. // Enables forced reload of the client when the call is migrated as a result of
  433. // the bridge going down.
  434. // enableForcedReload: true,
  435. // Use TURN/UDP servers for the jitsi-videobridge connection (by default
  436. // we filter out TURN/UDP because it is usually not needed since the
  437. // bridge itself is reachable via UDP)
  438. // useTurnUdp: false
  439. // Enable support for encoded transform in supported browsers. This allows
  440. // E2EE to work in Safari if the corresponding flag is enabled in the browser.
  441. // Experimental.
  442. // enableEncodedTransformSupport: false,
  443. // UI
  444. //
  445. // Disables responsive tiles.
  446. // disableResponsiveTiles: false,
  447. // DEPRECATED. Please use `securityUi?.hideLobbyButton` instead.
  448. // Hides lobby button.
  449. // hideLobbyButton: false,
  450. // DEPRECATED. Please use `lobby?.autoKnock` instead.
  451. // If Lobby is enabled starts knocking automatically.
  452. // autoKnockLobby: false,
  453. // DEPRECATED. Please use `lobby?.enableChat` instead.
  454. // Enable lobby chat.
  455. // enableLobbyChat: true,
  456. // DEPRECATED! Use `breakoutRooms.hideAddRoomButton` instead.
  457. // Hides add breakout room button
  458. // hideAddRoomButton: false,
  459. // Require users to always specify a display name.
  460. // requireDisplayName: true,
  461. // Enables webhid functionality for Audio.
  462. // enableWebHIDFeature: false,
  463. // DEPRECATED! Use 'welcomePage.disabled' instead.
  464. // Whether to use a welcome page or not. In case it's false a random room
  465. // will be joined when no room is specified.
  466. // enableWelcomePage: true,
  467. // Configs for welcome page.
  468. // welcomePage: {
  469. // // Whether to disable welcome page. In case it's disabled a random room
  470. // // will be joined when no room is specified.
  471. // disabled: false,
  472. // // If set,landing page will redirect to this URL.
  473. // customUrl: ''
  474. // },
  475. // Configs for the lobby screen.
  476. // lobby {
  477. // // If Lobby is enabled, it starts knocking automatically. Replaces `autoKnockLobby`.
  478. // autoKnock: false,
  479. // // Enables the lobby chat. Replaces `enableLobbyChat`.
  480. // enableChat: true,
  481. // },
  482. // Configs for the security related UI elements.
  483. // securityUi: {
  484. // // Hides the lobby button. Replaces `hideLobbyButton`.
  485. // hideLobbyButton: false,
  486. // // Hides the possibility to set and enter a lobby password.
  487. // disableLobbyPassword: false,
  488. // },
  489. // Disable app shortcuts that are registered upon joining a conference
  490. // disableShortcuts: false,
  491. // Disable initial browser getUserMedia requests.
  492. // This is useful for scenarios where users might want to start a conference for screensharing only
  493. // disableInitialGUM: false,
  494. // Enabling the close page will ignore the welcome page redirection when
  495. // a call is hangup.
  496. // enableClosePage: false,
  497. // Disable hiding of remote thumbnails when in a 1-on-1 conference call.
  498. // Setting this to null, will also disable showing the remote videos
  499. // when the toolbar is shown on mouse movements
  500. // disable1On1Mode: null | false | true,
  501. // Default local name to be displayed
  502. // defaultLocalDisplayName: 'me',
  503. // Default remote name to be displayed
  504. // defaultRemoteDisplayName: 'Fellow Jitster',
  505. // Hides the display name from the participant thumbnail
  506. // hideDisplayName: false,
  507. // Hides the dominant speaker name badge that hovers above the toolbox
  508. // hideDominantSpeakerBadge: false,
  509. // Default language for the user interface. Cannot be overwritten.
  510. // defaultLanguage: 'en',
  511. // Disables profile and the edit of all fields from the profile settings (display name and email)
  512. // disableProfile: false,
  513. // Hides the email section under profile settings.
  514. // hideEmailInSettings: false,
  515. // When enabled the password used for locking a room is restricted to up to the number of digits specified
  516. // default: roomPasswordNumberOfDigits: false,
  517. // roomPasswordNumberOfDigits: 10,
  518. // Message to show the users. Example: 'The service will be down for
  519. // maintenance at 01:00 AM GMT,
  520. // noticeMessage: '',
  521. // Enables calendar integration, depends on googleApiApplicationClientID
  522. // and microsoftApiApplicationClientID
  523. // enableCalendarIntegration: false,
  524. // Configs for prejoin page.
  525. // prejoinConfig: {
  526. // // When 'true', it shows an intermediate page before joining, where the user can configure their devices.
  527. // // This replaces `prejoinPageEnabled`.
  528. // enabled: true,
  529. // // Hides the participant name editing field in the prejoin screen.
  530. // // If requireDisplayName is also set as true, a name should still be provided through
  531. // // either the jwt or the userInfo from the iframe api init object in order for this to have an effect.
  532. // hideDisplayName: false,
  533. // // List of buttons to hide from the extra join options dropdown.
  534. // hideExtraJoinButtons: ['no-audio', 'by-phone'],
  535. // },
  536. // When 'true', the user cannot edit the display name.
  537. // (Mainly useful when used in conjunction with the JWT so the JWT name becomes read only.)
  538. // readOnlyName: false,
  539. // If etherpad integration is enabled, setting this to true will
  540. // automatically open the etherpad when a participant joins. This
  541. // does not affect the mobile app since opening an etherpad
  542. // obscures the conference controls -- it's better to let users
  543. // choose to open the pad on their own in that case.
  544. // openSharedDocumentOnJoin: false,
  545. // If true, shows the unsafe room name warning label when a room name is
  546. // deemed unsafe (due to the simplicity in the name) and a password is not
  547. // set or the lobby is not enabled.
  548. // enableInsecureRoomNameWarning: false,
  549. // Whether to automatically copy invitation URL after creating a room.
  550. // Document should be focused for this option to work
  551. // enableAutomaticUrlCopy: false,
  552. // Array with avatar URL prefixes that need to use CORS.
  553. // corsAvatarURLs: [ 'https://www.gravatar.com/avatar/' ],
  554. // Base URL for a Gravatar-compatible service. Defaults to Gravatar.
  555. // DEPRECATED! Use `gravatar.baseUrl` instead.
  556. // gravatarBaseURL: 'https://www.gravatar.com/avatar/',
  557. // Setup for Gravatar-compatible services.
  558. // gravatar: {
  559. // // Defaults to Gravatar.
  560. // baseUrl: 'https://www.gravatar.com/avatar/',
  561. // // True if Gravatar should be disabled.
  562. // disabled: false,
  563. // },
  564. // App name to be displayed in the invitation email subject, as an alternative to
  565. // interfaceConfig.APP_NAME.
  566. // inviteAppName: null,
  567. // Moved from interfaceConfig(TOOLBAR_BUTTONS).
  568. // The name of the toolbar buttons to display in the toolbar, including the
  569. // "More actions" menu. If present, the button will display. Exceptions are
  570. // "livestreaming" and "recording" which also require being a moderator and
  571. // some other values in config.js to be enabled. Also, the "profile" button will
  572. // not display for users with a JWT.
  573. // Notes:
  574. // - it's impossible to choose which buttons go in the "More actions" menu
  575. // - it's impossible to control the placement of buttons
  576. // - 'desktop' controls the "Share your screen" button
  577. // - if `toolbarButtons` is undefined, we fallback to enabling all buttons on the UI
  578. // toolbarButtons: [
  579. // 'camera',
  580. // 'chat',
  581. // 'closedcaptions',
  582. // 'desktop',
  583. // 'download',
  584. // 'embedmeeting',
  585. // 'etherpad',
  586. // 'feedback',
  587. // 'filmstrip',
  588. // 'fullscreen',
  589. // 'hangup',
  590. // 'help',
  591. // 'highlight',
  592. // 'invite',
  593. // 'linktosalesforce',
  594. // 'livestreaming',
  595. // 'microphone',
  596. // 'noisesuppression',
  597. // 'participants-pane',
  598. // 'profile',
  599. // 'raisehand',
  600. // 'recording',
  601. // 'security',
  602. // 'select-background',
  603. // 'settings',
  604. // 'shareaudio',
  605. // 'sharedvideo',
  606. // 'shortcuts',
  607. // 'stats',
  608. // 'tileview',
  609. // 'toggle-camera',
  610. // 'videoquality',
  611. // 'whiteboard',
  612. // ],
  613. // Holds values related to toolbar visibility control.
  614. // toolbarConfig: {
  615. // // Moved from interfaceConfig.INITIAL_TOOLBAR_TIMEOUT
  616. // // The initial number of milliseconds for the toolbar buttons to be visible on screen.
  617. // initialTimeout: 20000,
  618. // // Moved from interfaceConfig.TOOLBAR_TIMEOUT
  619. // // Number of milliseconds for the toolbar buttons to be visible on screen.
  620. // timeout: 4000,
  621. // // Moved from interfaceConfig.TOOLBAR_ALWAYS_VISIBLE
  622. // // Whether toolbar should be always visible or should hide after x milliseconds.
  623. // alwaysVisible: false,
  624. // // Indicates whether the toolbar should still autohide when chat is open
  625. // autoHideWhileChatIsOpen: false,
  626. // },
  627. // Toolbar buttons which have their click/tap event exposed through the API on
  628. // `toolbarButtonClicked`. Passing a string for the button key will
  629. // prevent execution of the click/tap routine; passing an object with `key` and
  630. // `preventExecution` flag on false will not prevent execution of the click/tap
  631. // routine. Below array with mixed mode for passing the buttons.
  632. // buttonsWithNotifyClick: [
  633. // 'camera',
  634. // {
  635. // key: 'chat',
  636. // preventExecution: false
  637. // },
  638. // {
  639. // key: 'closedcaptions',
  640. // preventExecution: true
  641. // },
  642. // 'desktop',
  643. // 'download',
  644. // 'embedmeeting',
  645. // 'end-meeting',
  646. // 'etherpad',
  647. // 'feedback',
  648. // 'filmstrip',
  649. // 'fullscreen',
  650. // 'hangup',
  651. // 'hangup-menu',
  652. // 'help',
  653. // {
  654. // key: 'invite',
  655. // preventExecution: false
  656. // },
  657. // 'livestreaming',
  658. // 'microphone',
  659. // 'mute-everyone',
  660. // 'mute-video-everyone',
  661. // 'noisesuppression',
  662. // 'participants-pane',
  663. // 'profile',
  664. // {
  665. // key: 'raisehand',
  666. // preventExecution: true
  667. // },
  668. // 'recording',
  669. // 'security',
  670. // 'select-background',
  671. // 'settings',
  672. // 'shareaudio',
  673. // 'sharedvideo',
  674. // 'shortcuts',
  675. // 'stats',
  676. // 'tileview',
  677. // 'toggle-camera',
  678. // 'videoquality',
  679. // // The add passcode button from the security dialog.
  680. // {
  681. // key: 'add-passcode',
  682. // preventExecution: false
  683. // },
  684. // 'whiteboard',
  685. // ],
  686. // Participant context menu buttons which have their click/tap event exposed through the API on
  687. // `participantMenuButtonClick`. Passing a string for the button key will
  688. // prevent execution of the click/tap routine; passing an object with `key` and
  689. // `preventExecution` flag on false will not prevent execution of the click/tap
  690. // routine. Below array with mixed mode for passing the buttons.
  691. // participantMenuButtonsWithNotifyClick: [
  692. // 'allow-video',
  693. // {
  694. // key: 'ask-unmute',
  695. // preventExecution: false
  696. // },
  697. // 'conn-status',
  698. // 'flip-local-video',
  699. // 'grant-moderator',
  700. // {
  701. // key: 'kick',
  702. // preventExecution: true
  703. // },
  704. // {
  705. // key: 'hide-self-view',
  706. // preventExecution: false
  707. // },
  708. // 'mute',
  709. // 'mute-others',
  710. // 'mute-others-video',
  711. // 'mute-video',
  712. // 'pinToStage',
  713. // 'privateMessage',
  714. // {
  715. // key: 'remote-control',
  716. // preventExecution: false
  717. // },
  718. // 'send-participant-to-room',
  719. // 'verify',
  720. // ],
  721. // List of pre meeting screens buttons to hide. The values must be one or more of the 5 allowed buttons:
  722. // 'microphone', 'camera', 'select-background', 'invite', 'settings'
  723. // hiddenPremeetingButtons: [],
  724. // An array with custom option buttons for the participant context menu
  725. // type: Array<{ icon: string; id: string; text: string; }>
  726. // customParticipantMenuButtons: [],
  727. // An array with custom option buttons for the toolbar
  728. // type: Array<{ icon: string; id: string; text: string; }>
  729. // customToolbarButtons: [],
  730. // Stats
  731. //
  732. // Whether to enable stats collection or not in the TraceablePeerConnection.
  733. // This can be useful for debugging purposes (post-processing/analysis of
  734. // the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
  735. // estimation tests.
  736. // gatherStats: false,
  737. // The interval at which PeerConnection.getStats() is called. Defaults to 10000
  738. // pcStatsInterval: 10000,
  739. // To enable sending statistics to callstats.io you must provide the
  740. // Application ID and Secret.
  741. // callStatsID: '',
  742. // callStatsSecret: '',
  743. // callStatsApplicationLogsDisabled: false,
  744. // The callstats initialize config params as described in the API:
  745. // https://docs.callstats.io/docs/javascript#callstatsinitialize-with-app-secret
  746. // callStatsConfigParams: {
  747. // disableBeforeUnloadHandler: true, // disables callstats.js's window.onbeforeunload parameter.
  748. // applicationVersion: "app_version", // Application version specified by the developer.
  749. // disablePrecalltest: true, // disables the pre-call test, it is enabled by default.
  750. // siteID: "siteID", // The name/ID of the site/campus from where the call/pre-call test is made.
  751. // additionalIDs: { // additionalIDs object, contains application related IDs.
  752. // customerID: "Customer Identifier. Example, walmart.",
  753. // tenantID: "Tenant Identifier. Example, monster.",
  754. // productName: "Product Name. Example, Jitsi.",
  755. // meetingsName: "Meeting Name. Example, Jitsi loves callstats.",
  756. // serverName: "Server/MiddleBox Name. Example, jvb-prod-us-east-mlkncws12.",
  757. // pbxID: "PBX Identifier. Example, walmart.",
  758. // pbxExtensionID: "PBX Extension Identifier. Example, 5625.",
  759. // fqExtensionID: "Fully qualified Extension Identifier. Example, +71 (US) +5625.",
  760. // sessionID: "Session Identifier. Example, session-12-34",
  761. // },
  762. // collectLegacyStats: true, //enables the collection of legacy stats in chrome browser
  763. // collectIP: true, //enables the collection localIP address
  764. // },
  765. // Enables sending participants' display names to callstats
  766. // enableDisplayNameInStats: false,
  767. // Enables sending participants' emails (if available) to callstats and other analytics
  768. // enableEmailInStats: false,
  769. // faceLandmarks: {
  770. // // Enables sharing your face coordinates. Used for centering faces within a video.
  771. // enableFaceCentering: false,
  772. // // Enables detecting face expressions and sharing data with other participants
  773. // enableFaceExpressionsDetection: false,
  774. // // Enables displaying face expressions in speaker stats
  775. // enableDisplayFaceExpressions: false,
  776. // // Enable rtc stats for face landmarks
  777. // enableRTCStats: false,
  778. // // Minimum required face movement percentage threshold for sending new face centering coordinates data.
  779. // faceCenteringThreshold: 10,
  780. // // Milliseconds for processing a new image capture in order to detect face coordinates if they exist.
  781. // captureInterval: 1000,
  782. // },
  783. // Controls the percentage of automatic feedback shown to participants when callstats is enabled.
  784. // The default value is 100%. If set to 0, no automatic feedback will be requested
  785. // feedbackPercentage: 100,
  786. // Privacy
  787. //
  788. // If third party requests are disabled, no other server will be contacted.
  789. // This means avatars will be locally generated and callstats integration
  790. // will not function.
  791. // disableThirdPartyRequests: false,
  792. // Peer-To-Peer mode: used (if enabled) when there are just 2 participants.
  793. //
  794. p2p: {
  795. // Enables peer to peer mode. When enabled the system will try to
  796. // establish a direct connection when there are exactly 2 participants
  797. // in the room. If that succeeds the conference will stop sending data
  798. // through the JVB and use the peer to peer connection instead. When a
  799. // 3rd participant joins the conference will be moved back to the JVB
  800. // connection.
  801. enabled: true,
  802. // Sets the ICE transport policy for the p2p connection. At the time
  803. // of this writing the list of possible values are 'all' and 'relay',
  804. // but that is subject to change in the future. The enum is defined in
  805. // the WebRTC standard:
  806. // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
  807. // If not set, the effective value is 'all'.
  808. // iceTransportPolicy: 'all',
  809. // Provides a way to set the codec preference on mobile devices, both on RN and mobile browser based
  810. // endpoints.
  811. // mobileCodecPreferenceOrder: [ 'H264', 'VP8', 'VP9' ],
  812. //
  813. // Provides a way to set the codec preference on desktop based endpoints.
  814. // codecPreferenceOrder: [ 'VP9', 'VP8', 'H264 ],
  815. // How long we're going to wait, before going back to P2P after the 3rd
  816. // participant has left the conference (to filter out page reload).
  817. // backToP2PDelay: 5,
  818. // The STUN servers that will be used in the peer to peer connections
  819. stunServers: [
  820. // { urls: 'stun:jitsi-meet.example.com:3478' },
  821. { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' },
  822. ],
  823. // DEPRECATED! Use `codecPreferenceOrder/mobileCodecPreferenceOrder` instead.
  824. // Provides a way to set the video codec preference on the p2p connection. Acceptable
  825. // codec values are 'VP8', 'VP9' and 'H264'.
  826. // preferredCodec: 'H264',
  827. // DEPRECATED! Use `codecPreferenceOrder/mobileCodecPreferenceOrder` instead.
  828. // Provides a way to prevent a video codec from being negotiated on the p2p connection.
  829. // disabledCodec: '',
  830. },
  831. analytics: {
  832. // True if the analytics should be disabled
  833. // disabled: false,
  834. // The Google Analytics Tracking ID:
  835. // googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1',
  836. // Matomo configuration:
  837. // matomoEndpoint: 'https://your-matomo-endpoint/',
  838. // matomoSiteID: '42',
  839. // The Amplitude APP Key:
  840. // amplitudeAPPKey: '<APP_KEY>',
  841. // Obfuscates room name sent to analytics (amplitude, rtcstats)
  842. // Default value is false.
  843. // obfuscateRoomName: false,
  844. // Configuration for the rtcstats server:
  845. // By enabling rtcstats server every time a conference is joined the rtcstats
  846. // module connects to the provided rtcstatsEndpoint and sends statistics regarding
  847. // PeerConnection states along with getStats metrics polled at the specified
  848. // interval.
  849. // rtcstatsEnabled: false,
  850. // rtcstatsStoreLogs: false,
  851. // In order to enable rtcstats one needs to provide a endpoint url.
  852. // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
  853. // The interval at which rtcstats will poll getStats, defaults to 10000ms.
  854. // If the value is set to 0 getStats won't be polled and the rtcstats client
  855. // will only send data related to RTCPeerConnection events.
  856. // rtcstatsPollInterval: 10000,
  857. // This determines if rtcstats sends the SDP to the rtcstats server or replaces
  858. // all SDPs with an empty string instead.
  859. // rtcstatsSendSdp: false,
  860. // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
  861. // scriptURLs: [
  862. // "libs/analytics-ga.min.js", // google-analytics
  863. // "https://example.com/my-custom-analytics.js",
  864. // ],
  865. // By enabling watchRTCEnabled option you would want to use watchRTC feature
  866. // This would also require to configure watchRTCConfigParams.
  867. // Please remember to keep rtcstatsEnabled disabled for watchRTC to work.
  868. // watchRTCEnabled: false,
  869. },
  870. // Logs that should go be passed through the 'log' event if a handler is defined for it
  871. // apiLogLevels: ['warn', 'log', 'error', 'info', 'debug'],
  872. // Information about the jitsi-meet instance we are connecting to, including
  873. // the user region as seen by the server.
  874. // deploymentInfo: {
  875. // shard: "shard1",
  876. // region: "europe",
  877. // userRegion: "asia",
  878. // },
  879. // Array<string> of disabled sounds.
  880. // Possible values:
  881. // - 'ASKED_TO_UNMUTE_SOUND'
  882. // - 'E2EE_OFF_SOUND'
  883. // - 'E2EE_ON_SOUND'
  884. // - 'INCOMING_MSG_SOUND'
  885. // - 'KNOCKING_PARTICIPANT_SOUND'
  886. // - 'LIVE_STREAMING_OFF_SOUND'
  887. // - 'LIVE_STREAMING_ON_SOUND'
  888. // - 'NO_AUDIO_SIGNAL_SOUND'
  889. // - 'NOISY_AUDIO_INPUT_SOUND'
  890. // - 'OUTGOING_CALL_EXPIRED_SOUND'
  891. // - 'OUTGOING_CALL_REJECTED_SOUND'
  892. // - 'OUTGOING_CALL_RINGING_SOUND'
  893. // - 'OUTGOING_CALL_START_SOUND'
  894. // - 'PARTICIPANT_JOINED_SOUND'
  895. // - 'PARTICIPANT_LEFT_SOUND'
  896. // - 'RAISE_HAND_SOUND'
  897. // - 'REACTION_SOUND'
  898. // - 'RECORDING_OFF_SOUND'
  899. // - 'RECORDING_ON_SOUND'
  900. // - 'TALK_WHILE_MUTED_SOUND'
  901. // disabledSounds: [],
  902. // DEPRECATED! Use `disabledSounds` instead.
  903. // Decides whether the start/stop recording audio notifications should play on record.
  904. // disableRecordAudioNotification: false,
  905. // DEPRECATED! Use `disabledSounds` instead.
  906. // Disables the sounds that play when other participants join or leave the
  907. // conference (if set to true, these sounds will not be played).
  908. // disableJoinLeaveSounds: false,
  909. // DEPRECATED! Use `disabledSounds` instead.
  910. // Disables the sounds that play when a chat message is received.
  911. // disableIncomingMessageSound: false,
  912. // Information for the chrome extension banner
  913. // chromeExtensionBanner: {
  914. // // The chrome extension to be installed address
  915. // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb',
  916. // edgeUrl: 'https://microsoftedge.microsoft.com/addons/detail/jitsi-meetings/eeecajlpbgjppibfledfihobcabccihn',
  917. // // Extensions info which allows checking if they are installed or not
  918. // chromeExtensionsInfo: [
  919. // {
  920. // id: 'kglhbbefdnlheedjiejgomgmfplipfeb',
  921. // path: 'jitsi-logo-48x48.png',
  922. // },
  923. // // Edge extension info
  924. // {
  925. // id: 'eeecajlpbgjppibfledfihobcabccihn',
  926. // path: 'jitsi-logo-48x48.png',
  927. // },
  928. // ]
  929. // },
  930. // e2ee: {
  931. // labels: {
  932. // description: '',
  933. // label: '',
  934. // tooltip: '',
  935. // warning: '',
  936. // },
  937. // externallyManagedKey: false,
  938. // },
  939. // Options related to end-to-end (participant to participant) ping.
  940. // e2eping: {
  941. // // Whether ene-to-end pings should be enabled.
  942. // enabled: false,
  943. //
  944. // // The number of responses to wait for.
  945. // numRequests: 5,
  946. //
  947. // // The max conference size in which e2e pings will be sent.
  948. // maxConferenceSize: 200,
  949. //
  950. // // The maximum number of e2e ping messages per second for the whole conference to aim for.
  951. // // This is used to control the pacing of messages in order to reduce the load on the backend.
  952. // maxMessagesPerSecond: 250,
  953. // },
  954. // If set, will attempt to use the provided video input device label when
  955. // triggering a screenshare, instead of proceeding through the normal flow
  956. // for obtaining a desktop stream.
  957. // NOTE: This option is experimental and is currently intended for internal
  958. // use only.
  959. // _desktopSharingSourceDevice: 'sample-id-or-label',
  960. // DEPRECATED! Use deeplinking.disabled instead.
  961. // If true, any checks to handoff to another application will be prevented
  962. // and instead the app will continue to display in the current browser.
  963. // disableDeepLinking: false,
  964. // The deeplinking config.
  965. // For information about the properties of
  966. // deeplinking.[ios/android].dynamicLink check:
  967. // https://firebase.google.com/docs/dynamic-links/create-manually
  968. // deeplinking: {
  969. //
  970. // // The desktop deeplinking config.
  971. // desktop: {
  972. // appName: 'Jitsi Meet'
  973. // },
  974. // // If true, any checks to handoff to another application will be prevented
  975. // // and instead the app will continue to display in the current browser.
  976. // disabled: false,
  977. // // whether to hide the logo on the deep linking pages.
  978. // hideLogo: false,
  979. // // The ios deeplinking config.
  980. // ios: {
  981. // appName: 'Jitsi Meet',
  982. // // Specify mobile app scheme for opening the app from the mobile browser.
  983. // appScheme: 'org.jitsi.meet',
  984. // // Custom URL for downloading ios mobile app.
  985. // downloadLink: 'https://itunes.apple.com/us/app/jitsi-meet/id1165103905',
  986. // dynamicLink: {
  987. // apn: 'org.jitsi.meet',
  988. // appCode: 'w2atb',
  989. // customDomain: undefined,
  990. // ibi: 'com.atlassian.JitsiMeet.ios',
  991. // isi: '1165103905'
  992. // }
  993. // },
  994. // // The android deeplinking config.
  995. // android: {
  996. // appName: 'Jitsi Meet',
  997. // // Specify mobile app scheme for opening the app from the mobile browser.
  998. // appScheme: 'org.jitsi.meet',
  999. // // Custom URL for downloading android mobile app.
  1000. // downloadLink: 'https://play.google.com/store/apps/details?id=org.jitsi.meet',
  1001. // // Android app package name.
  1002. // appPackage: 'org.jitsi.meet',
  1003. // fDroidUrl: 'https://f-droid.org/en/packages/org.jitsi.meet/',
  1004. // dynamicLink: {
  1005. // apn: 'org.jitsi.meet',
  1006. // appCode: 'w2atb',
  1007. // customDomain: undefined,
  1008. // ibi: 'com.atlassian.JitsiMeet.ios',
  1009. // isi: '1165103905'
  1010. // }
  1011. // }
  1012. // },
  1013. // // The terms, privacy and help centre URL's.
  1014. // legalUrls: {
  1015. // helpCentre: 'https://web-cdn.jitsi.net/faq/meet-faq.html',
  1016. // privacy: 'https://jitsi.org/meet/privacy',
  1017. // terms: 'https://jitsi.org/meet/terms'
  1018. // },
  1019. // A property to disable the right click context menu for localVideo
  1020. // the menu has option to flip the locally seen video for local presentations
  1021. // disableLocalVideoFlip: false,
  1022. // A property used to unset the default flip state of the local video.
  1023. // When it is set to 'true', the local(self) video will not be mirrored anymore.
  1024. // doNotFlipLocalVideo: false,
  1025. // Mainly privacy related settings
  1026. // Disables all invite functions from the app (share, invite, dial out...etc)
  1027. // disableInviteFunctions: true,
  1028. // Disables storing the room name to the recents list. When in an iframe this is ignored and
  1029. // the room is never stored in the recents list.
  1030. // doNotStoreRoom: true,
  1031. // Deployment specific URLs.
  1032. // deploymentUrls: {
  1033. // // If specified a 'Help' button will be displayed in the overflow menu with a link to the specified URL for
  1034. // // user documentation.
  1035. // userDocumentationURL: 'https://docs.example.com/video-meetings.html',
  1036. // // If specified a 'Download our apps' button will be displayed in the overflow menu with a link
  1037. // // to the specified URL for an app download page.
  1038. // downloadAppsUrl: 'https://docs.example.com/our-apps.html',
  1039. // },
  1040. // Options related to the remote participant menu.
  1041. // remoteVideoMenu: {
  1042. // // Whether the remote video context menu to be rendered or not.
  1043. // disabled: true,
  1044. // // If set to true the 'Kick out' button will be disabled.
  1045. // disableKick: true,
  1046. // // If set to true the 'Grant moderator' button will be disabled.
  1047. // disableGrantModerator: true,
  1048. // // If set to true the 'Send private message' button will be disabled.
  1049. // disablePrivateChat: true,
  1050. // },
  1051. // Endpoint that enables support for salesforce integration with in-meeting resource linking
  1052. // This is required for:
  1053. // listing the most recent records - salesforceUrl/records/recents
  1054. // searching records - salesforceUrl/records?text=${text}
  1055. // retrieving record details - salesforceUrl/records/${id}?type=${type}
  1056. // and linking the meeting - salesforceUrl/sessions/${sessionId}/records/${id}
  1057. //
  1058. // salesforceUrl: 'https://api.example.com/',
  1059. // If set to true all muting operations of remote participants will be disabled.
  1060. // disableRemoteMute: true,
  1061. // Enables support for lip-sync for this client (if the browser supports it).
  1062. // enableLipSync: false,
  1063. /**
  1064. External API url used to receive branding specific information.
  1065. If there is no url set or there are missing fields, the defaults are applied.
  1066. The config file should be in JSON.
  1067. None of the fields are mandatory and the response must have the shape:
  1068. {
  1069. // The domain url to apply (will replace the domain in the sharing conference link/embed section)
  1070. inviteDomain: 'example-company.org,
  1071. // The hex value for the colour used as background
  1072. backgroundColor: '#fff',
  1073. // The url for the image used as background
  1074. backgroundImageUrl: 'https://example.com/background-img.png',
  1075. // The anchor url used when clicking the logo image
  1076. logoClickUrl: 'https://example-company.org',
  1077. // The url used for the image used as logo
  1078. logoImageUrl: 'https://example.com/logo-img.png',
  1079. // Overwrite for pool of background images for avatars
  1080. avatarBackgrounds: ['url(https://example.com/avatar-background-1.png)', '#FFF'],
  1081. // The lobby/prejoin screen background
  1082. premeetingBackground: 'url(https://example.com/premeeting-background.png)',
  1083. // A list of images that can be used as video backgrounds.
  1084. // When this field is present, the default images will be replaced with those provided.
  1085. virtualBackgrounds: ['https://example.com/img.jpg'],
  1086. // Object containing a theme's properties. It also supports partial overwrites of the main theme.
  1087. // For a list of all possible theme tokens and their current defaults, please check:
  1088. // https://github.com/jitsi/jitsi-meet/tree/master/resources/custom-theme/custom-theme.json
  1089. // For a short explanations on each of the tokens, please check:
  1090. // https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/ui/Tokens.ts
  1091. // IMPORTANT!: This is work in progress so many of the various tokens are not yet applied in code
  1092. // or they are partially applied.
  1093. customTheme: {
  1094. palette: {
  1095. ui01: "orange !important",
  1096. ui02: "maroon",
  1097. surface02: 'darkgreen',
  1098. ui03: "violet",
  1099. ui04: "magenta",
  1100. ui05: "blueviolet",
  1101. action01: 'green',
  1102. action01Hover: 'lightgreen',
  1103. disabled01: 'beige',
  1104. success02: 'cadetblue',
  1105. action02Hover: 'aliceblue',
  1106. },
  1107. typography: {
  1108. labelRegular: {
  1109. fontSize: 25,
  1110. lineHeight: 30,
  1111. fontWeight: 500,
  1112. }
  1113. }
  1114. }
  1115. }
  1116. */
  1117. // dynamicBrandingUrl: '',
  1118. // Options related to the participants pane.
  1119. // participantsPane: {
  1120. // // Hides the moderator settings tab.
  1121. // hideModeratorSettingsTab: false,
  1122. // // Hides the more actions button.
  1123. // hideMoreActionsButton: false,
  1124. // // Hides the mute all button.
  1125. // hideMuteAllButton: false,
  1126. // },
  1127. // Options related to the breakout rooms feature.
  1128. // breakoutRooms: {
  1129. // // Hides the add breakout room button. This replaces `hideAddRoomButton`.
  1130. // hideAddRoomButton: false,
  1131. // // Hides the auto assign participants button.
  1132. // hideAutoAssignButton: false,
  1133. // // Hides the join breakout room button.
  1134. // hideJoinRoomButton: false,
  1135. // },
  1136. // When true, virtual background feature will be disabled.
  1137. // disableVirtualBackground: false,
  1138. // When true the user cannot add more images to be used as virtual background.
  1139. // Only the default ones from will be available.
  1140. // disableAddingBackgroundImages: false,
  1141. // Disables using screensharing as virtual background.
  1142. // disableScreensharingVirtualBackground: false,
  1143. // Sets the background transparency level. '0' is fully transparent, '1' is opaque.
  1144. // backgroundAlpha: 1,
  1145. // The URL of the moderated rooms microservice, if available. If it
  1146. // is present, a link to the service will be rendered on the welcome page,
  1147. // otherwise the app doesn't render it.
  1148. // moderatedRoomServiceUrl: 'https://moderated.jitsi-meet.example.com',
  1149. // If true, tile view will not be enabled automatically when the participants count threshold is reached.
  1150. // disableTileView: true,
  1151. // If true, the tiles will be displayed contained within the available space rather than enlarged to cover it,
  1152. // with a 16:9 aspect ratio (old behaviour).
  1153. // disableTileEnlargement: true,
  1154. // Controls the visibility and behavior of the top header conference info labels.
  1155. // If a label's id is not in any of the 2 arrays, it will not be visible at all on the header.
  1156. // conferenceInfo: {
  1157. // // those labels will not be hidden in tandem with the toolbox.
  1158. // alwaysVisible: ['recording', 'raised-hands-count'],
  1159. // // those labels will be auto-hidden in tandem with the toolbox buttons.
  1160. // autoHide: [
  1161. // 'subject',
  1162. // 'conference-timer',
  1163. // 'participants-count',
  1164. // 'e2ee',
  1165. // 'transcribing',
  1166. // 'video-quality',
  1167. // 'insecure-room',
  1168. // 'highlight-moment',
  1169. // 'top-panel-toggle',
  1170. // ]
  1171. // },
  1172. // Hides the conference subject
  1173. // hideConferenceSubject: false,
  1174. // Hides the conference timer.
  1175. // hideConferenceTimer: false,
  1176. // Hides the recording label
  1177. // hideRecordingLabel: false,
  1178. // Hides the participants stats
  1179. // hideParticipantsStats: true,
  1180. // Sets the conference subject
  1181. // subject: 'Conference Subject',
  1182. // Sets the conference local subject
  1183. // localSubject: 'Conference Local Subject',
  1184. // This property is related to the use case when jitsi-meet is used via the IFrame API. When the property is true
  1185. // jitsi-meet will use the local storage of the host page instead of its own. This option is useful if the browser
  1186. // is not persisting the local storage inside the iframe.
  1187. // useHostPageLocalStorage: true,
  1188. // Etherpad ("shared document") integration.
  1189. //
  1190. // If set, add a "Open shared document" link to the bottom right menu that
  1191. // will open an etherpad document.
  1192. // etherpad_base: 'https://your-etherpad-installati.on/p/',
  1193. // To enable information about dial-in access to meetings you need to provide
  1194. // dialInNumbersUrl and dialInConfCodeUrl.
  1195. // dialInNumbersUrl returns a json array of numbers that can be used for dial-in.
  1196. // {"countryCode":"US","tollFree":false,"formattedNumber":"+1 123-456-7890"}
  1197. // dialInConfCodeUrl is the conference mapper converting a meeting id to a PIN used for dial-in
  1198. // or the other way around (more info in resources/cloud-api.swagger)
  1199. // List of undocumented settings used in jitsi-meet
  1200. /**
  1201. _immediateReloadThreshold
  1202. debug
  1203. debugAudioLevels
  1204. deploymentInfo
  1205. dialOutAuthUrl
  1206. dialOutCodesUrl
  1207. dialOutRegionUrl
  1208. disableRemoteControl
  1209. displayJids
  1210. firefox_fake_device
  1211. googleApiApplicationClientID
  1212. iAmRecorder
  1213. iAmSipGateway
  1214. microsoftApiApplicationClientID
  1215. peopleSearchQueryTypes
  1216. peopleSearchUrl
  1217. requireDisplayName
  1218. tokenAuthUrl
  1219. tokenAuthUrlAutoRedirect
  1220. tokenLogoutUrl
  1221. */
  1222. /**
  1223. * This property can be used to alter the generated meeting invite links (in combination with a branding domain
  1224. * which is retrieved internally by jitsi meet) (e.g. https://meet.jit.si/someMeeting
  1225. * can become https://brandedDomain/roomAlias)
  1226. */
  1227. // brandingRoomAlias: null,
  1228. // List of undocumented settings used in lib-jitsi-meet
  1229. /**
  1230. _peerConnStatusOutOfLastNTimeout
  1231. _peerConnStatusRtcMuteTimeout
  1232. avgRtpStatsN
  1233. callStatsConfIDNamespace
  1234. callStatsCustomScriptUrl
  1235. desktopSharingSources
  1236. disableAEC
  1237. disableAGC
  1238. disableAP
  1239. disableHPF
  1240. disableLocalStats
  1241. disableNS
  1242. enableTalkWhileMuted
  1243. forceJVB121Ratio
  1244. forceTurnRelay
  1245. hiddenDomain
  1246. hiddenFromRecorderFeatureEnabled
  1247. ignoreStartMuted
  1248. websocketKeepAlive
  1249. websocketKeepAliveUrl
  1250. */
  1251. /**
  1252. * Default interval (milliseconds) for triggering mouseMoved iframe API event
  1253. */
  1254. mouseMoveCallbackInterval: 1000,
  1255. /**
  1256. Use this array to configure which notifications will be shown to the user
  1257. The items correspond to the title or description key of that notification
  1258. Some of these notifications also depend on some other internal logic to be displayed or not,
  1259. so adding them here will not ensure they will always be displayed
  1260. A falsy value for this prop will result in having all notifications enabled (e.g null, undefined, false)
  1261. */
  1262. // notifications: [
  1263. // 'connection.CONNFAIL', // shown when the connection fails,
  1264. // 'dialog.cameraNotSendingData', // shown when there's no feed from user's camera
  1265. // 'dialog.kickTitle', // shown when user has been kicked
  1266. // 'dialog.liveStreaming', // livestreaming notifications (pending, on, off, limits)
  1267. // 'dialog.lockTitle', // shown when setting conference password fails
  1268. // 'dialog.maxUsersLimitReached', // shown when maximmum users limit has been reached
  1269. // 'dialog.micNotSendingData', // shown when user's mic is not sending any audio
  1270. // 'dialog.passwordNotSupportedTitle', // shown when setting conference password fails due to password format
  1271. // 'dialog.recording', // recording notifications (pending, on, off, limits)
  1272. // 'dialog.remoteControlTitle', // remote control notifications (allowed, denied, start, stop, error)
  1273. // 'dialog.reservationError',
  1274. // 'dialog.serviceUnavailable', // shown when server is not reachable
  1275. // 'dialog.sessTerminated', // shown when there is a failed conference session
  1276. // 'dialog.sessionRestarted', // show when a client reload is initiated because of bridge migration
  1277. // 'dialog.tokenAuthFailed', // show when an invalid jwt is used
  1278. // 'dialog.tokenAuthFailedWithReasons', // show when an invalid jwt is used with the reason behind the error
  1279. // 'dialog.transcribing', // transcribing notifications (pending, off)
  1280. // 'dialOut.statusMessage', // shown when dial out status is updated.
  1281. // 'liveStreaming.busy', // shown when livestreaming service is busy
  1282. // 'liveStreaming.failedToStart', // shown when livestreaming fails to start
  1283. // 'liveStreaming.unavailableTitle', // shown when livestreaming service is not reachable
  1284. // 'lobby.joinRejectedMessage', // shown when while in a lobby, user's request to join is rejected
  1285. // 'lobby.notificationTitle', // shown when lobby is toggled and when join requests are allowed / denied
  1286. // 'notify.chatMessages', // shown when receiving chat messages while the chat window is closed
  1287. // 'notify.disconnected', // shown when a participant has left
  1288. // 'notify.connectedOneMember', // show when a participant joined
  1289. // 'notify.connectedTwoMembers', // show when two participants joined simultaneously
  1290. // 'notify.connectedThreePlusMembers', // show when more than 2 participants joined simultaneously
  1291. // 'notify.leftOneMember', // show when a participant left
  1292. // 'notify.leftTwoMembers', // show when two participants left simultaneously
  1293. // 'notify.leftThreePlusMembers', // show when more than 2 participants left simultaneously
  1294. // 'notify.grantedTo', // shown when moderator rights were granted to a participant
  1295. // 'notify.hostAskedUnmute', // shown to participant when host asks them to unmute
  1296. // 'notify.invitedOneMember', // shown when 1 participant has been invited
  1297. // 'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
  1298. // 'notify.invitedTwoMembers', // shown when 2 participants have been invited
  1299. // 'notify.kickParticipant', // shown when a participant is kicked
  1300. // 'notify.linkToSalesforce', // shown when joining a meeting with salesforce integration
  1301. // 'notify.moderationStartedTitle', // shown when AV moderation is activated
  1302. // 'notify.moderationStoppedTitle', // shown when AV moderation is deactivated
  1303. // 'notify.moderationInEffectTitle', // shown when user attempts to unmute audio during AV moderation
  1304. // 'notify.moderationInEffectVideoTitle', // shown when user attempts to enable video during AV moderation
  1305. // 'notify.moderationInEffectCSTitle', // shown when user attempts to share content during AV moderation
  1306. // 'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
  1307. // 'notify.mutedTitle', // shown when user has been muted upon joining,
  1308. // 'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
  1309. // 'notify.newDeviceCameraTitle', // prompts the user to use a newly detected camera
  1310. // 'notify.participantWantsToJoin', // shown when lobby is enabled and participant requests to join meeting
  1311. // 'notify.passwordRemovedRemotely', // shown when a password has been removed remotely
  1312. // 'notify.passwordSetRemotely', // shown when a password has been set remotely
  1313. // 'notify.raisedHand', // shown when a partcipant used raise hand,
  1314. // 'notify.startSilentTitle', // shown when user joined with no audio
  1315. // 'notify.unmute', // shown to moderator when user raises hand during AV moderation
  1316. // 'notify.videoMutedRemotelyTitle', // shown when user's video is muted by a remote party,
  1317. // 'prejoin.errorDialOut',
  1318. // 'prejoin.errorDialOutDisconnected',
  1319. // 'prejoin.errorDialOutFailed',
  1320. // 'prejoin.errorDialOutStatus',
  1321. // 'prejoin.errorStatusCode',
  1322. // 'prejoin.errorValidation',
  1323. // 'recording.busy', // shown when recording service is busy
  1324. // 'recording.failedToStart', // shown when recording fails to start
  1325. // 'recording.unavailableTitle', // shown when recording service is not reachable
  1326. // 'toolbar.noAudioSignalTitle', // shown when a broken mic is detected
  1327. // 'toolbar.noisyAudioInputTitle', // shown when noise is detected for the current microphone
  1328. // 'toolbar.talkWhileMutedPopup', // shown when user tries to speak while muted
  1329. // 'transcribing.failedToStart', // shown when transcribing fails to start
  1330. // ],
  1331. // List of notifications to be disabled. Works in tandem with the above setting.
  1332. // disabledNotifications: [],
  1333. // Prevent the filmstrip from autohiding when screen width is under a certain threshold
  1334. // disableFilmstripAutohiding: false,
  1335. // filmstrip: {
  1336. // // Disables user resizable filmstrip. Also, allows configuration of the filmstrip
  1337. // // (width, tiles aspect ratios) through the interfaceConfig options.
  1338. // disableResizable: false,
  1339. // // Disables the stage filmstrip
  1340. // // (displaying multiple participants on stage besides the vertical filmstrip)
  1341. // disableStageFilmstrip: false,
  1342. // // Default number of participants that can be displayed on stage.
  1343. // // The user can change this in settings. Number must be between 1 and 6.
  1344. // stageFilmstripParticipants: 1,
  1345. // // Disables the top panel (only shown when a user is sharing their screen).
  1346. // disableTopPanel: false,
  1347. // // The minimum number of participants that must be in the call for
  1348. // // the top panel layout to be used.
  1349. // minParticipantCountForTopPanel: 50,
  1350. // },
  1351. // Tile view related config options.
  1352. // tileView: {
  1353. // // The optimal number of tiles that are going to be shown in tile view. Depending on the screen size it may
  1354. // // not be possible to show the exact number of participants specified here.
  1355. // numberOfVisibleTiles: 25,
  1356. // },
  1357. // Specifies whether the chat emoticons are disabled or not
  1358. // disableChatSmileys: false,
  1359. // Settings for the GIPHY integration.
  1360. // giphy: {
  1361. // // Whether the feature is enabled or not.
  1362. // enabled: false,
  1363. // // SDK API Key from Giphy.
  1364. // sdkKey: '',
  1365. // // Display mode can be one of:
  1366. // // - tile: show the GIF on the tile of the participant that sent it.
  1367. // // - chat: show the GIF as a message in chat
  1368. // // - all: all of the above. This is the default option
  1369. // displayMode: 'all',
  1370. // // How long the GIF should be displayed on the tile (in milliseconds).
  1371. // tileTime: 5000,
  1372. // // Limit results by rating: g, pg, pg-13, r. Default value: g.
  1373. // rating: 'pg',
  1374. // // The proxy server url for giphy requests in the web app.
  1375. // proxyUrl: 'https://giphy-proxy.example.com',
  1376. // },
  1377. // Logging
  1378. // logging: {
  1379. // // Default log level for the app and lib-jitsi-meet.
  1380. // defaultLogLevel: 'trace',
  1381. // // Option to disable LogCollector (which stores the logs on CallStats).
  1382. // //disableLogCollector: true,
  1383. // // Individual loggers are customizable.
  1384. // loggers: {
  1385. // // The following are too verbose in their logging with the default level.
  1386. // 'modules/RTC/TraceablePeerConnection.js': 'info',
  1387. // 'modules/statistics/CallStats.js': 'info',
  1388. // 'modules/xmpp/strophe.util.js': 'log',
  1389. // },
  1390. // Application logo url
  1391. // defaultLogoUrl: 'images/watermark.svg',
  1392. // Settings for the Excalidraw whiteboard integration.
  1393. // whiteboard: {
  1394. // // Whether the feature is enabled or not.
  1395. // enabled: true,
  1396. // // The server used to support whiteboard collaboration.
  1397. // // https://github.com/jitsi/excalidraw-backend
  1398. // collabServerBaseUrl: 'https://excalidraw-backend.example.com',
  1399. // },
  1400. // The watchRTC initialize config params as described :
  1401. // https://testrtc.com/docs/installing-the-watchrtc-javascript-sdk/#h-set-up-the-sdk
  1402. // https://www.npmjs.com/package/@testrtc/watchrtc-sdk
  1403. // watchRTCConfigParams: {
  1404. // /** Watchrtc api key */
  1405. // rtcApiKey: string;
  1406. // /** Identifier for the session */
  1407. // rtcRoomId?: string;
  1408. // /** Identifier for the current peer */
  1409. // rtcPeerId?: string;
  1410. // /**
  1411. // * ["tag1", "tag2", "tag3"]
  1412. // * @deprecated use 'keys' instead
  1413. // */
  1414. // rtcTags?: string[];
  1415. // /** { "key1": "value1", "key2": "value2"} */
  1416. // keys?: any;
  1417. // /** Enables additional logging */
  1418. // debug?: boolean;
  1419. // rtcToken?: string;
  1420. // /**
  1421. // * @deprecated No longer needed. Use "proxyUrl" instead.
  1422. // */
  1423. // wsUrl?: string;
  1424. // proxyUrl?: string;
  1425. // console?: {
  1426. // level: string;
  1427. // override: boolean;
  1428. // };
  1429. // allowBrowserLogCollection?: boolean;
  1430. // collectionInterval?: number;
  1431. // logGetStats?: boolean;
  1432. // },
  1433. };
  1434. // Temporary backwards compatibility with old mobile clients.
  1435. config.flags = config.flags || {};
  1436. config.flags.sourceNameSignaling = true;
  1437. config.flags.sendMultipleVideoStreams = true;
  1438. config.flags.receiveMultipleVideoStreams = true;
  1439. // Set the default values for JaaS customers
  1440. if (enableJaaS) {
  1441. config.dialInNumbersUrl = 'https://conference-mapper.jitsi.net/v1/access/dids';
  1442. config.dialInConfCodeUrl = 'https://conference-mapper.jitsi.net/v1/access';
  1443. config.roomPasswordNumberOfDigits = 10; // skip re-adding it (do not remove comment)
  1444. }