Description
Webhook for meeting.participant_joined and meeting.participant_left not firing. I have 1 webhook set up for all meeting events and meeting.started and meeting.ended fires to the endpoint, but not for participants leaving/joining
Error
No Error. The webhook is just not called. Double checked web server logs to make sure there were no errors.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
N/A
How To Reproduce (If applicable)
Enabled JWT event subscription and add events “Participant/Host joined meeting” and “Participant/Host left meeting”. Start meeting, and have at least 1 attendee join. Webhook should be called.
It mysteriously started working again on Sunday. I didn’t change anything, so I guess there was some outage that others didn’t notice.
I’m now having an issue with calls being delivered out of order. Especially when people move to breakout rooms. I’ll get a participant joined when they first enter the call, then when they move to a breakout room, I get another joined then left. So, the last 2 come in with the same timestamp and out of order. Is there any other way to tell the correct sequence?