There is a Performance settings icon in the middle of the window in Jitsi Meet. Can I hide/disable it with config overwrite?
In your config.js, enable the toolbar array and select the icons/buttons you want. Whatever is commented will not show up.
// 'recording',
// 'security',
// 'select-background',
// 'settings',
// 'shareaudio',
// 'sharedvideo',
// 'shortcuts',
// 'stats',
// 'tileview',
// 'toggle-camera',
// 'videoquality',
// 'whiteboard',
// ],
// Holds values related to toolbar visibility control.
// toolbarConfig: {
// // Moved from interfaceConfig.INITIAL_TOOLBAR_TIMEOUT
// // The initial number of milliseconds for the toolbar buttons to be visible on screen.
// initialTimeout: 20000,
// // Moved from interfaceConfig.TOOLBAR_TIMEOUT
// // Number of milliseconds for the toolbar buttons to be visible on screen.
Hi. Thanks for the reply. I was trying to remove the label in the middle of the window instead of the one in the toolbar. I found the solution. I needed to add “VIDEO_QUALITY_LABEL_DISABLED: true” to interfaceConfigOverwrite.