您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

config.js 55KB

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