Indicate if participant joined/ left web hook is for breakout room

This is for developer-specific feature requests. For other requests please contact our customer support team.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I’m always frustrated when […]

Every time someone leaves or joins a breakout room, I receive 2 web hooks. This is annoying because a participant did not actually leave or join the meeting but just switched rooms. This puts unnecessary load on my server. On top of that, sometimes, these join/leave web hooks get sent in the wrong order causing problems.

Describe the solution you’d like
A clear and concise description of what you want to happen.

It would be great if there could be a small indicator in the web hook JSON saying that a certain participant leave/join web hook is because someone joined a breakout room or someone joined a meeting.

Describe alternatives you’ve considered
A clear and concise description of any alternative solutions or features you’ve considered.

I have tried to add some error correcting code, but I believe the better solution would just to indicate the event in the JSON.

Additional context
Add any other context or screenshots about the feature request here.