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

config.js 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  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. // Call control component (Jigasi).
  13. // call_control: 'callcontrol.jitsi-meet.example.com',
  14. // Focus component domain. Defaults to focus.<domain>.
  15. // focus: 'focus.jitsi-meet.example.com',
  16. // XMPP MUC domain. FIXME: use XEP-0030 to discover it.
  17. muc: 'conference.jitsi-meet.example.com'
  18. },
  19. // BOSH URL. FIXME: use XEP-0156 to discover it.
  20. bosh: '//jitsi-meet.example.com/http-bind',
  21. // Websocket URL
  22. // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket',
  23. // The name of client node advertised in XEP-0115 'c' stanza
  24. clientNode: 'http://jitsi.org/jitsimeet',
  25. // The real JID of focus participant - can be overridden here
  26. // Do not change username - FIXME: Make focus username configurable
  27. // https://github.com/jitsi/jitsi-meet/issues/7376
  28. // focusUserJid: 'focus@auth.jitsi-meet.example.com',
  29. // Testing / experimental features.
  30. //
  31. testing: {
  32. // Disables the End to End Encryption feature. Useful for debugging
  33. // issues related to insertable streams.
  34. // disableE2EE: false,
  35. // P2P test mode disables automatic switching to P2P when there are 2
  36. // participants in the conference.
  37. p2pTestMode: false
  38. // Enables the test specific features consumed by jitsi-meet-torture
  39. // testMode: false
  40. // Disables the auto-play behavior of *all* newly created video element.
  41. // This is useful when the client runs on a host with limited resources.
  42. // noAutoPlayVideo: false
  43. // Enable / disable 500 Kbps bitrate cap on desktop tracks. When enabled,
  44. // simulcast is turned off for the desktop share. If presenter is turned
  45. // on while screensharing is in progress, the max bitrate is automatically
  46. // adjusted to 2.5 Mbps. This takes a value between 0 and 1 which determines
  47. // the probability for this to be enabled.
  48. // capScreenshareBitrate: 1 // 0 to disable
  49. // Enable callstats only for a percentage of users.
  50. // This takes a value between 0 and 100 which determines the probability for
  51. // the callstats to be enabled.
  52. // callStatsThreshold: 5 // enable callstats for 5% of the users.
  53. },
  54. // Disables ICE/UDP by filtering out local and remote UDP candidates in
  55. // signalling.
  56. // webrtcIceUdpDisable: false,
  57. // Disables ICE/TCP by filtering out local and remote TCP candidates in
  58. // signalling.
  59. // webrtcIceTcpDisable: false,
  60. // Media
  61. //
  62. // Audio
  63. // Disable measuring of audio levels.
  64. // disableAudioLevels: false,
  65. // audioLevelsInterval: 200,
  66. // Enabling this will run the lib-jitsi-meet no audio detection module which
  67. // will notify the user if the current selected microphone has no audio
  68. // input and will suggest another valid device if one is present.
  69. enableNoAudioDetection: true,
  70. // Enabling this will run the lib-jitsi-meet noise detection module which will
  71. // notify the user if there is noise, other than voice, coming from the current
  72. // selected microphone. The purpose it to let the user know that the input could
  73. // be potentially unpleasant for other meeting participants.
  74. enableNoisyMicDetection: true,
  75. // Start the conference in audio only mode (no video is being received nor
  76. // sent).
  77. // startAudioOnly: false,
  78. // Every participant after the Nth will start audio muted.
  79. // startAudioMuted: 10,
  80. // Start calls with audio muted. Unlike the option above, this one is only
  81. // applied locally. FIXME: having these 2 options is confusing.
  82. // startWithAudioMuted: false,
  83. // Enabling it (with #params) will disable local audio output of remote
  84. // participants and to enable it back a reload is needed.
  85. // startSilent: false
  86. // Sets the preferred target bitrate for the Opus audio codec by setting its
  87. // 'maxaveragebitrate' parameter. Currently not available in p2p mode.
  88. // Valid values are in the range 6000 to 510000
  89. // opusMaxAverageBitrate: 20000,
  90. // Enables redundancy for Opus
  91. // enableOpusRed: false
  92. // Video
  93. // Sets the preferred resolution (height) for local video. Defaults to 720.
  94. // resolution: 720,
  95. // How many participants while in the tile view mode, before the receiving video quality is reduced from HD to SD.
  96. // Use -1 to disable.
  97. // maxFullResolutionParticipants: 2,
  98. // w3c spec-compliant video constraints to use for video capture. Currently
  99. // used by browsers that return true from lib-jitsi-meet's
  100. // util#browser#usesNewGumFlow. The constraints are independent from
  101. // this config's resolution value. Defaults to requesting an ideal
  102. // resolution of 720p.
  103. // constraints: {
  104. // video: {
  105. // height: {
  106. // ideal: 720,
  107. // max: 720,
  108. // min: 240
  109. // }
  110. // }
  111. // },
  112. // Enable / disable simulcast support.
  113. // disableSimulcast: false,
  114. // Enable / disable layer suspension. If enabled, endpoints whose HD
  115. // layers are not in use will be suspended (no longer sent) until they
  116. // are requested again.
  117. // enableLayerSuspension: false,
  118. // Every participant after the Nth will start video muted.
  119. // startVideoMuted: 10,
  120. // Start calls with video muted. Unlike the option above, this one is only
  121. // applied locally. FIXME: having these 2 options is confusing.
  122. // startWithVideoMuted: false,
  123. // If set to true, prefer to use the H.264 video codec (if supported).
  124. // Note that it's not recommended to do this because simulcast is not
  125. // supported when using H.264. For 1-to-1 calls this setting is enabled by
  126. // default and can be toggled in the p2p section.
  127. // This option has been deprecated, use preferredCodec under videoQuality section instead.
  128. // preferH264: true,
  129. // If set to true, disable H.264 video codec by stripping it out of the
  130. // SDP.
  131. // disableH264: false,
  132. // Desktop sharing
  133. // Optional desktop sharing frame rate options. Default value: min:5, max:5.
  134. // desktopSharingFrameRate: {
  135. // min: 5,
  136. // max: 5
  137. // },
  138. // Try to start calls with screen-sharing instead of camera video.
  139. // startScreenSharing: false,
  140. // Recording
  141. // Whether to enable file recording or not.
  142. // fileRecordingsEnabled: false,
  143. // Enable the dropbox integration.
  144. // dropbox: {
  145. // appKey: '<APP_KEY>' // Specify your app key here.
  146. // // A URL to redirect the user to, after authenticating
  147. // // by default uses:
  148. // // 'https://jitsi-meet.example.com/static/oauth.html'
  149. // redirectURI:
  150. // 'https://jitsi-meet.example.com/subfolder/static/oauth.html'
  151. // },
  152. // When integrations like dropbox are enabled only that will be shown,
  153. // by enabling fileRecordingsServiceEnabled, we show both the integrations
  154. // and the generic recording service (its configuration and storage type
  155. // depends on jibri configuration)
  156. // fileRecordingsServiceEnabled: false,
  157. // Whether to show the possibility to share file recording with other people
  158. // (e.g. meeting participants), based on the actual implementation
  159. // on the backend.
  160. // fileRecordingsServiceSharingEnabled: false,
  161. // Whether to enable live streaming or not.
  162. // liveStreamingEnabled: false,
  163. // Transcription (in interface_config,
  164. // subtitles and buttons can be configured)
  165. // transcribingEnabled: false,
  166. // Enables automatic turning on captions when recording is started
  167. // autoCaptionOnRecord: false,
  168. // Misc
  169. // Default value for the channel "last N" attribute. -1 for unlimited.
  170. channelLastN: -1,
  171. // Provides a way to use different "last N" values based on the number of participants in the conference.
  172. // The keys in an Object represent number of participants and the values are "last N" to be used when number of
  173. // participants gets to or above the number.
  174. //
  175. // For the given example mapping, "last N" will be set to 20 as long as there are at least 5, but less than
  176. // 29 participants in the call and it will be lowered to 15 when the 30th participant joins. The 'channelLastN'
  177. // will be used as default until the first threshold is reached.
  178. //
  179. // lastNLimits: {
  180. // 5: 20,
  181. // 30: 15,
  182. // 50: 10,
  183. // 70: 5,
  184. // 90: 2
  185. // },
  186. // Specify the settings for video quality optimizations on the client.
  187. // videoQuality: {
  188. // // Provides a way to prevent a video codec from being negotiated on the JVB connection. The codec specified
  189. // // here will be removed from the list of codecs present in the SDP answer generated by the client. If the
  190. // // same codec is specified for both the disabled and preferred option, the disable settings will prevail.
  191. // // Note that 'VP8' cannot be disabled since it's a mandatory codec, the setting will be ignored in this case.
  192. // disabledCodec: 'H264',
  193. //
  194. // // Provides a way to set a preferred video codec for the JVB connection. If 'H264' is specified here,
  195. // // simulcast will be automatically disabled since JVB doesn't support H264 simulcast yet. This will only
  196. // // rearrange the the preference order of the codecs in the SDP answer generated by the browser only if the
  197. // // preferred codec specified here is present. Please ensure that the JVB offers the specified codec for this
  198. // // to take effect.
  199. // preferredCodec: 'VP8',
  200. //
  201. // // Provides a way to configure the maximum bitrates that will be enforced on the simulcast streams for
  202. // // video tracks. The keys in the object represent the type of the stream (LD, SD or HD) and the values
  203. // // are the max.bitrates to be set on that particular type of stream. The actual send may vary based on
  204. // // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
  205. // // This is currently not implemented on app based clients on mobile.
  206. // maxBitratesVideo: {
  207. // low: 200000,
  208. // standard: 500000,
  209. // high: 1500000
  210. // },
  211. //
  212. // // The options can be used to override default thresholds of video thumbnail heights corresponding to
  213. // // the video quality levels used in the application. At the time of this writing the allowed levels are:
  214. // // 'low' - for the low quality level (180p at the time of this writing)
  215. // // 'standard' - for the medium quality level (360p)
  216. // // 'high' - for the high quality level (720p)
  217. // // The keys should be positive numbers which represent the minimal thumbnail height for the quality level.
  218. // //
  219. // // With the default config value below the application will use 'low' quality until the thumbnails are
  220. // // at least 360 pixels tall. If the thumbnail height reaches 720 pixels then the application will switch to
  221. // // the high quality.
  222. // minHeightForQualityLvl: {
  223. // 360: 'standard,
  224. // 720: 'high'
  225. // }
  226. // },
  227. // // Options for the recording limit notification.
  228. // recordingLimit: {
  229. //
  230. // // The recording limit in minutes. Note: This number appears in the notification text
  231. // // but doesn't enforce the actual recording time limit. This should be configured in
  232. // // jibri!
  233. // limit: 60,
  234. //
  235. // // The name of the app with unlimited recordings.
  236. // appName: 'Unlimited recordings APP',
  237. //
  238. // // The URL of the app with unlimited recordings.
  239. // appURL: 'https://unlimited.recordings.app.com/'
  240. // },
  241. // Disables or enables RTX (RFC 4588) (defaults to false).
  242. // disableRtx: false,
  243. // Disables or enables TCC (the default is in Jicofo and set to true)
  244. // (draft-holmer-rmcat-transport-wide-cc-extensions-01). This setting
  245. // affects congestion control, it practically enables send-side bandwidth
  246. // estimations.
  247. // enableTcc: true,
  248. // Disables or enables REMB (the default is in Jicofo and set to false)
  249. // (draft-alvestrand-rmcat-remb-03). This setting affects congestion
  250. // control, it practically enables recv-side bandwidth estimations. When
  251. // both TCC and REMB are enabled, TCC takes precedence. When both are
  252. // disabled, then bandwidth estimations are disabled.
  253. // enableRemb: false,
  254. // Enables ICE restart logic in LJM and displays the page reload overlay on
  255. // ICE failure. Current disabled by default because it's causing issues with
  256. // signaling when Octo is enabled. Also when we do an "ICE restart"(which is
  257. // not a real ICE restart), the client maintains the TCC sequence number
  258. // counter, but the bridge resets it. The bridge sends media packets with
  259. // TCC sequence numbers starting from 0.
  260. // enableIceRestart: false,
  261. // Defines the minimum number of participants to start a call (the default
  262. // is set in Jicofo and set to 2).
  263. // minParticipants: 2,
  264. // Use the TURN servers discovered via XEP-0215 for the jitsi-videobridge
  265. // connection
  266. // useStunTurn: true,
  267. // Use TURN/UDP servers for the jitsi-videobridge connection (by default
  268. // we filter out TURN/UDP because it is usually not needed since the
  269. // bridge itself is reachable via UDP)
  270. // useTurnUdp: false
  271. // Enables / disables a data communication channel with the Videobridge.
  272. // Values can be 'datachannel', 'websocket', true (treat it as
  273. // 'datachannel'), undefined (treat it as 'datachannel') and false (don't
  274. // open any channel).
  275. // openBridgeChannel: true,
  276. openBridgeChannel: 'websocket',
  277. // UI
  278. //
  279. // Hides lobby button
  280. // hideLobbyButton: false,
  281. // Require users to always specify a display name.
  282. // requireDisplayName: true,
  283. // Whether to use a welcome page or not. In case it's false a random room
  284. // will be joined when no room is specified.
  285. enableWelcomePage: true,
  286. // Enabling the close page will ignore the welcome page redirection when
  287. // a call is hangup.
  288. // enableClosePage: false,
  289. // Disable hiding of remote thumbnails when in a 1-on-1 conference call.
  290. // disable1On1Mode: false,
  291. // Default language for the user interface.
  292. // defaultLanguage: 'en',
  293. // If true all users without a token will be considered guests and all users
  294. // with token will be considered non-guests. Only guests will be allowed to
  295. // edit their profile.
  296. enableUserRolesBasedOnToken: false,
  297. // Whether or not some features are checked based on token.
  298. // enableFeaturesBasedOnToken: false,
  299. // Enable lock room for all moderators, even when userRolesBasedOnToken is enabled and participants are guests.
  300. // lockRoomGuestEnabled: false,
  301. // When enabled the password used for locking a room is restricted to up to the number of digits specified
  302. // roomPasswordNumberOfDigits: 10,
  303. // default: roomPasswordNumberOfDigits: false,
  304. // Message to show the users. Example: 'The service will be down for
  305. // maintenance at 01:00 AM GMT,
  306. // noticeMessage: '',
  307. // Enables calendar integration, depends on googleApiApplicationClientID
  308. // and microsoftApiApplicationClientID
  309. // enableCalendarIntegration: false,
  310. // When 'true', it shows an intermediate page before joining, where the user can configure their devices.
  311. // prejoinPageEnabled: false,
  312. // If true, shows the unsafe room name warning label when a room name is
  313. // deemed unsafe (due to the simplicity in the name) and a password is not
  314. // set or the lobby is not enabled.
  315. // enableInsecureRoomNameWarning: false,
  316. // Whether to automatically copy invitation URL after creating a room.
  317. // Document should be focused for this option to work
  318. // enableAutomaticUrlCopy: false,
  319. // Stats
  320. //
  321. // Whether to enable stats collection or not in the TraceablePeerConnection.
  322. // This can be useful for debugging purposes (post-processing/analysis of
  323. // the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
  324. // estimation tests.
  325. // gatherStats: false,
  326. // The interval at which PeerConnection.getStats() is called. Defaults to 10000
  327. // pcStatsInterval: 10000,
  328. // To enable sending statistics to callstats.io you must provide the
  329. // Application ID and Secret.
  330. // callStatsID: '',
  331. // callStatsSecret: '',
  332. // Enables sending participants' display names to callstats
  333. // enableDisplayNameInStats: false,
  334. // Enables sending participants' emails (if available) to callstats and other analytics
  335. // enableEmailInStats: false,
  336. // Privacy
  337. //
  338. // If third party requests are disabled, no other server will be contacted.
  339. // This means avatars will be locally generated and callstats integration
  340. // will not function.
  341. // disableThirdPartyRequests: false,
  342. // Peer-To-Peer mode: used (if enabled) when there are just 2 participants.
  343. //
  344. p2p: {
  345. // Enables peer to peer mode. When enabled the system will try to
  346. // establish a direct connection when there are exactly 2 participants
  347. // in the room. If that succeeds the conference will stop sending data
  348. // through the JVB and use the peer to peer connection instead. When a
  349. // 3rd participant joins the conference will be moved back to the JVB
  350. // connection.
  351. enabled: true,
  352. // Use XEP-0215 to fetch STUN and TURN servers.
  353. // useStunTurn: true,
  354. // The STUN servers that will be used in the peer to peer connections
  355. stunServers: [
  356. // { urls: 'stun:jitsi-meet.example.com:3478' },
  357. { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
  358. ]
  359. // Sets the ICE transport policy for the p2p connection. At the time
  360. // of this writing the list of possible values are 'all' and 'relay',
  361. // but that is subject to change in the future. The enum is defined in
  362. // the WebRTC standard:
  363. // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
  364. // If not set, the effective value is 'all'.
  365. // iceTransportPolicy: 'all',
  366. // If set to true, it will prefer to use H.264 for P2P calls (if H.264
  367. // is supported). This setting is deprecated, use preferredCodec instead.
  368. // preferH264: true
  369. // Provides a way to set the video codec preference on the p2p connection. Acceptable
  370. // codec values are 'VP8', 'VP9' and 'H264'.
  371. // preferredCodec: 'H264',
  372. // If set to true, disable H.264 video codec by stripping it out of the
  373. // SDP. This setting is deprecated, use disabledCodec instead.
  374. // disableH264: false,
  375. // Provides a way to prevent a video codec from being negotiated on the p2p connection.
  376. // disabledCodec: '',
  377. // How long we're going to wait, before going back to P2P after the 3rd
  378. // participant has left the conference (to filter out page reload).
  379. // backToP2PDelay: 5
  380. },
  381. analytics: {
  382. // The Google Analytics Tracking ID:
  383. // googleAnalyticsTrackingId: 'your-tracking-id-UA-123456-1'
  384. // Matomo configuration:
  385. // matomoEndpoint: 'https://your-matomo-endpoint/',
  386. // matomoSiteID: '42',
  387. // The Amplitude APP Key:
  388. // amplitudeAPPKey: '<APP_KEY>'
  389. // Configuration for the rtcstats server:
  390. // By enabling rtcstats server every time a conference is joined the rtcstats
  391. // module connects to the provided rtcstatsEndpoint and sends statistics regarding
  392. // PeerConnection states along with getStats metrics polled at the specified
  393. // interval.
  394. // rtcstatsEnabled: true,
  395. // In order to enable rtcstats one needs to provide a endpoint url.
  396. // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,
  397. // The interval at which rtcstats will poll getStats, defaults to 1000ms.
  398. // If the value is set to 0 getStats won't be polled and the rtcstats client
  399. // will only send data related to RTCPeerConnection events.
  400. // rtcstatsPolIInterval: 1000
  401. // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
  402. // scriptURLs: [
  403. // "libs/analytics-ga.min.js", // google-analytics
  404. // "https://example.com/my-custom-analytics.js"
  405. // ],
  406. },
  407. // Logs that should go be passed through the 'log' event if a handler is defined for it
  408. // apiLogLevels: ['warn', 'log', 'error', 'info', 'debug'],
  409. // Information about the jitsi-meet instance we are connecting to, including
  410. // the user region as seen by the server.
  411. deploymentInfo: {
  412. // shard: "shard1",
  413. // region: "europe",
  414. // userRegion: "asia"
  415. },
  416. // Decides whether the start/stop recording audio notifications should play on record.
  417. // disableRecordAudioNotification: false,
  418. // Information for the chrome extension banner
  419. // chromeExtensionBanner: {
  420. // // The chrome extension to be installed address
  421. // url: 'https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb',
  422. // // Extensions info which allows checking if they are installed or not
  423. // chromeExtensionsInfo: [
  424. // {
  425. // id: 'kglhbbefdnlheedjiejgomgmfplipfeb',
  426. // path: 'jitsi-logo-48x48.png'
  427. // }
  428. // ]
  429. // },
  430. // Local Recording
  431. //
  432. // localRecording: {
  433. // Enables local recording.
  434. // Additionally, 'localrecording' (all lowercase) needs to be added to
  435. // TOOLBAR_BUTTONS in interface_config.js for the Local Recording
  436. // button to show up on the toolbar.
  437. //
  438. // enabled: true,
  439. //
  440. // The recording format, can be one of 'ogg', 'flac' or 'wav'.
  441. // format: 'flac'
  442. //
  443. // },
  444. // Options related to end-to-end (participant to participant) ping.
  445. // e2eping: {
  446. // // The interval in milliseconds at which pings will be sent.
  447. // // Defaults to 10000, set to <= 0 to disable.
  448. // pingInterval: 10000,
  449. //
  450. // // The interval in milliseconds at which analytics events
  451. // // with the measured RTT will be sent. Defaults to 60000, set
  452. // // to <= 0 to disable.
  453. // analyticsInterval: 60000,
  454. // },
  455. // If set, will attempt to use the provided video input device label when
  456. // triggering a screenshare, instead of proceeding through the normal flow
  457. // for obtaining a desktop stream.
  458. // NOTE: This option is experimental and is currently intended for internal
  459. // use only.
  460. // _desktopSharingSourceDevice: 'sample-id-or-label',
  461. // If true, any checks to handoff to another application will be prevented
  462. // and instead the app will continue to display in the current browser.
  463. // disableDeepLinking: false,
  464. // A property to disable the right click context menu for localVideo
  465. // the menu has option to flip the locally seen video for local presentations
  466. // disableLocalVideoFlip: false,
  467. // Mainly privacy related settings
  468. // Disables all invite functions from the app (share, invite, dial out...etc)
  469. // disableInviteFunctions: true,
  470. // Disables storing the room name to the recents list
  471. // doNotStoreRoom: true,
  472. // Deployment specific URLs.
  473. // deploymentUrls: {
  474. // // If specified a 'Help' button will be displayed in the overflow menu with a link to the specified URL for
  475. // // user documentation.
  476. // userDocumentationURL: 'https://docs.example.com/video-meetings.html',
  477. // // If specified a 'Download our apps' button will be displayed in the overflow menu with a link
  478. // // to the specified URL for an app download page.
  479. // downloadAppsUrl: 'https://docs.example.com/our-apps.html'
  480. // },
  481. // Options related to the remote participant menu.
  482. // remoteVideoMenu: {
  483. // // If set to true the 'Kick out' button will be disabled.
  484. // disableKick: true
  485. // },
  486. // If set to true all muting operations of remote participants will be disabled.
  487. // disableRemoteMute: true,
  488. /**
  489. External API url used to receive branding specific information.
  490. If there is no url set or there are missing fields, the defaults are applied.
  491. None of the fields are mandatory and the response must have the shape:
  492. {
  493. // The hex value for the colour used as background
  494. backgroundColor: '#fff',
  495. // The url for the image used as background
  496. backgroundImageUrl: 'https://example.com/background-img.png',
  497. // The anchor url used when clicking the logo image
  498. logoClickUrl: 'https://example-company.org',
  499. // The url used for the image used as logo
  500. logoImageUrl: 'https://example.com/logo-img.png'
  501. }
  502. */
  503. // brandingDataUrl: '',
  504. // The URL of the moderated rooms microservice, if available. If it
  505. // is present, a link to the service will be rendered on the welcome page,
  506. // otherwise the app doesn't render it.
  507. // moderatedRoomServiceUrl: 'https://moderated.jitsi-meet.example.com',
  508. // List of undocumented settings used in jitsi-meet
  509. /**
  510. _immediateReloadThreshold
  511. debug
  512. debugAudioLevels
  513. deploymentInfo
  514. dialInConfCodeUrl
  515. dialInNumbersUrl
  516. dialOutAuthUrl
  517. dialOutCodesUrl
  518. disableRemoteControl
  519. displayJids
  520. etherpad_base
  521. externalConnectUrl
  522. firefox_fake_device
  523. googleApiApplicationClientID
  524. iAmRecorder
  525. iAmSipGateway
  526. microsoftApiApplicationClientID
  527. peopleSearchQueryTypes
  528. peopleSearchUrl
  529. requireDisplayName
  530. tokenAuthUrl
  531. */
  532. /**
  533. * This property can be used to alter the generated meeting invite links (in combination with a branding domain
  534. * which is retrieved internally by jitsi meet) (e.g. https://meet.jit.si/someMeeting
  535. * can become https://brandedDomain/roomAlias)
  536. */
  537. // brandingRoomAlias: null,
  538. // List of undocumented settings used in lib-jitsi-meet
  539. /**
  540. _peerConnStatusOutOfLastNTimeout
  541. _peerConnStatusRtcMuteTimeout
  542. abTesting
  543. avgRtpStatsN
  544. callStatsConfIDNamespace
  545. callStatsCustomScriptUrl
  546. desktopSharingSources
  547. disableAEC
  548. disableAGC
  549. disableAP
  550. disableHPF
  551. disableNS
  552. enableLipSync
  553. enableTalkWhileMuted
  554. forceJVB121Ratio
  555. hiddenDomain
  556. ignoreStartMuted
  557. nick
  558. startBitrate
  559. */
  560. // Allow all above example options to include a trailing comma and
  561. // prevent fear when commenting out the last value.
  562. makeJsonParserHappy: 'even if last key had a trailing comma'
  563. // no configuration value should follow this line.
  564. };
  565. /* eslint-enable no-unused-vars, no-var */