What is a meeting moderator? What can a moderator do? How is this role assigned? This post will help you understand more about the Jitsi Meet room moderators.
Moderator Permissions
What can a moderator do?
Ability to add a password to a room
Ability to grant the moderator role to non-moderators
So I need everybody to be a moderator by default and donât want to enable secure domain as well. I am running the latest build (installed like 6 hours ago) and have enabled âmuc_allownersâ inside prosody conf but itâs not working. Could you please help?
Iâm currently struggling on making a JWT Authentication valid on my custom deploy with Docker. I have secure domain configured, certificates works, and JWT authentication is working. Users can call each other and everything is working as intended (except for the timer, but itâs for another thread).
But, as for default install with secure domain, all users with a valid JWT are becoming moderators. I installed the Affiliation Plugin for checking who is who, and itâs working, but âsomethingâ overwrites my preferences about affiliation immediatly after user will join and every user become a moderator anyway.
Where can I customize the âdefault behaviorâ or the secure domain on a Docker Deploy? How to make only moderator became moderators and make stay member as a simple member?
PS: Please remember that my JWT is valid and my mod_affiliation works as expected, until itâs not because affiliation is overwritten by someone, as told here
Please note that Jitsi in Docker has muc_allowners installed.
To enable it, modify this line in .env file.
# Custom Prosody modules for MUC component (comma separated); allowners module needed for all users have moderator rights
XMPP_MUC_MODULES=muc_allowners