Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

config.js 52KB

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