docker-jitsi-meet
docker-jitsi-meet copied to clipboard
All participants joining the meet are moderator , using JWT
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.