jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
21.97k stars 6.56k forks source link

Visitor forcePromote work not as well #14699

Open SkyTaurus opened 1 month ago

SkyTaurus commented 1 month ago

If I send a message from the plugin from the visitor prosody with parameters

local promotion_request = st.iq({ type = 'set', to = 'visitors.'..main_domain, from = local_domain, id = iq_id }) :tag('visitors', { xmlns = 'jitsi:visitors', room = jid.join(jid.node(room.jid), muc_domain_prefix..'.'..main_domain) }) :tag('promotion-request', { xmlns = 'jitsi:visitors', jid = occupant.jid, time = 5, userId = user_id, forcePromote = true; }):up();

then the moderator will receive a message about the need to confirm the role change. Discussion here https://community.jitsi.org/t/jwt-and-extra-large-conference/129944/134

saghul commented 1 month ago

Ping @damencho

damencho commented 1 month ago

Yeah, I asked for this issue in the forum thread from the link above. I will try to look at it this weeks when I have some time.