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
22.1k stars 6.58k forks source link

Visitor forcePromote work not as well #14699

Open SkyTaurus opened 2 months ago

SkyTaurus commented 2 months 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 2 months ago

Ping @damencho

damencho commented 2 months 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.

github-actions[bot] commented 4 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.