Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

config.js 47KB

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