You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 54KB

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