docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

All participants joining the meet are moderator , using JWT

Open Helius01 opened this issue 6 months ago • 0 comments

Hi this is my decoded token :

{
    "context": {
        "user": {
            "name": "amy",
            "moderator": false
        }
    },
    "aud": ["jitsi"],
    "iss": "something_meeting_jitsi",
    "sub": "meet.something.us",
    "room": "my_room_name",
    "exp": 1747911045
}

after joining the meet i face this message : you`re joined as a moderator.

Helius01 avatar May 21 '25 10:05 Helius01