You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem described a little here and here
My deployment details:
All components are in Docker
Jitsi is used as video conferencing system for Rocket.Chat
We use JWT authentications from Rocket.Chat and guest access for non Rocket.Chat users
Thanks to @damencho we disabled annoying "User grander moderator rights" notifications by this
Anyway, any authenticated by JWT user (or just any user from Rocket.Chat) get moderator rights.
But we need that first room user (who create root) get moderator rights and can grant it to another user if needed.
I deleted mod_muc_allowners.lua file from prosody-plugins folder in Docker container and restarted all containers - no luck. Here is a solution for my problem.
But Rocket.Chat integration limits me for such solution - I have no ability to add something to jitsi URL from Rocket.Chat (no settings for that).
So, I need somehow that JWT token enabled, Rocket.Chat integrated Jitsi in Docker grant moderator rights only to room creator.
There is nothing we can do really. If you want to use that module, great, but then you need the application to generate the JWT token with the "moderator" field.
My problem described a little here and here
My deployment details:
All components are in Docker
Jitsi is used as video conferencing system for Rocket.Chat
We use JWT authentications from Rocket.Chat and guest access for non Rocket.Chat users
Thanks to @damencho we disabled annoying "User grander moderator rights" notifications by this
Anyway, any authenticated by JWT user (or just any user from Rocket.Chat) get moderator rights.
But we need that first room user (who create root) get moderator rights and can grant it to another user if needed.
I deleted mod_muc_allowners.lua file from prosody-plugins folder in Docker container and restarted all containers - no luck.
Here is a solution for my problem.
But Rocket.Chat integration limits me for such solution - I have no ability to add something to jitsi URL from Rocket.Chat (no settings for that).
So, I need somehow that JWT token enabled, Rocket.Chat integrated Jitsi in Docker grant moderator rights only to room creator.
@saghul can you help with that?
The text was updated successfully, but these errors were encountered: