mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
feat: Add a new setting to remove individual sharing features from UI (#8660)
* Added new config to enable individual sharing features * make config values url friendly * Add new setting to whitelist * Fixed some linter issues * Fixed more linter issues * Fixed merge error * Check if interfaceConfig is defined * Only show more numbers link if there is more than one number
This commit is contained in:
@@ -168,6 +168,13 @@ var interfaceConfig = {
|
||||
REMOTE_THUMBNAIL_RATIO: 1, // 1:1
|
||||
|
||||
SETTINGS_SECTIONS: [ 'devices', 'language', 'moderator', 'profile', 'calendar' ],
|
||||
|
||||
/**
|
||||
* Specify which sharing features should be displayed. If the value is not set
|
||||
* all sharing features will be shown. You can set [] to disable all.
|
||||
*/
|
||||
// SHARING_FEATURES: ['email', 'url', 'dial-in', 'embed'],
|
||||
|
||||
SHOW_BRAND_WATERMARK: false,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user