Moderator access #20
-
Hi! I installed a Jitsi standalone instance with the jitsi-token installer from jitsi-contrib, set up the adapter according to your setup instructions, and had a working Jitsi/Keycloak integration in no time, thanks! However: I am confused about moderator privileges. With my initial setup, every authenticated user is able to start a new meeting. But while Jitsi displays a popup "you are now a moderator" on join, the user does not in fact have moderator rights (no access to security options etc.). By editing context.ts and using Keycloak to return an additional "moderator: true" attribute, this behaviour changes - now every authenticated user is automatically moderator, but for all meetings, not just the one they created. I understand that this leverages the token_affiliation prosody plugin. How do I achieve the same behaviour as with "regular Jitsi" and the secure domain setup, so that only authenticated users are able to create a meeting, and that only the first user to create a meeting automatically becomes moderator? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
When the token authentication is enabled, everybody having a token becomes moderator by default. But If you disable |
Beta Was this translation helpful? Give feedback.
-
By default, When you add |
Beta Was this translation helpful? Give feedback.
-
This means that you want But this doesn't work with the token authentication as you expected. When token is enabled, it takes the control and decides for moderators. |
Beta Was this translation helpful? Give feedback.
-
I disabled token_affiliation, and now it's working as you described (everyone with a token is moderator). While I still would prefer an option for the same behaviour as Jitsi without tokens, I think we can work with this. Thank you very much for the quick answer and clarification! |
Beta Was this translation helpful? Give feedback.
This means that you want
jicofo
to decide who will be the moderator.jicofo.conference.enable-auto-owner: true
in/etc/jitsi/jicofo/jicofo.conf
But this doesn't work with the token authentication as you expected. When token is enabled, it takes the control and decides for moderators.