Hi,
How can I capture mute Iq in Jicofo?
I tried the handleMuteRequest
function, but it only works for the moderator when he mutes someone, while I want to capture the iq when the user mutes himself.
1 Like
I appreciate any help.
When a participant mutes locally that does not reach jicofo. Jicofo receives iq when someone mutes another participant or when you were muted by someone else and you when you try to unmute.
I thing you need to listen presence messages to capture if someone mute themselves
Thank you, I found the Presence messages in Jicofo.