How to filter moving around breakout rooms from meeting.participant_joined webhook?

Hi all,

I have been trying to develop a solution to use webhooks to track the join times of specific users. I am currently using the meeting.participant_joined for my app to inform me about a person joining, however, it seems to register people multiple times if they move around breakout rooms.

Is it possible to filter out breakout room moves, or is there a different webhook that I could use that would not include this data?

Hi @trickypr
Thanks for reaching out to the Zoom Developer Forum and welcome to our community!

Have you tried setting up the following events"
meeting.participant_joined_waiting_room
meeting.participant_joined_breakout_room

Hope this helps!
Elisa

I haven’t however I ended up using meeting.participant_admitted, which worked better

Glad you were about to find the solution that fits your use case, @trickypr!