I want to hide Security Options, Mute everyone and Disable everyone’s camera for participants,
not for moderators.
How can i achieve that. Please help me.
I want to hide Security Options, Mute everyone and Disable everyone’s camera for participants,
not for moderators.
How can i achieve that. Please help me.
You can use any of these:
And drop security from the list of buttons:
OR if you are using the interfaceConfig jitsi-meet/interface_config.js at afbd29f4a2154106fd709cd9dcd329566d769e0a · jitsi/jitsi-meet · GitHub
interface_config.js is web only, config.js is used for web and mobile.
We are using one of the previous versions of Jitsi (4628) and removing Security from toolbarButtons, removes it for everyone, even moderators. Is there a way to hide this button only for non-moderators? Or is this behavior fixed in newer versions?