I’m not using Jibri, however the functions are still made available to the users in the menu.
When operating Jitsi Meet via Docker, is there a way to deactivate the recording- and livestream-button in the menu for the users without changing the source code?
While this looks good, TOOLBAR_BUTTONS doesn’t seem to have any effect.
For example, if I configure TOOLBAR_BUTTONS=camera,chat,closedcaptions,desktop the following configuration is still generated after restart in “config.js” and the buttons remain:
I took a quick look at the docker guide. It says right there:
" These files are re-created on every container restart. If you’d like to provide your own settings, create your own config files: custom-config.js and custom-interface_config.js ."
So, in essence, you need to create your own custom config and place it in .jitsi-meet-cfg. Jitsi will automatically pick up the custom-config.js if it exists. I suggest going through the guide.