Description
When participant left the zoom meeting we are not getting webhook event “meeting.participant_left” , we used to get that earlier recent changes break this ?
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
webhook
I can also chime in and confirm that this is indeed occurring (tested using webhook.site, locally, and with production on Zapier to make sure, and we’ve had our app case working fine for many months). The meeting.participant_left endpoint that fires via. webhook has mysteriously stopped firing in the last ~1-2 days or so.
All the other events are fine (such as meeting.endedand meeting.participant_joined works fine – i.e. the join event fires successfully) – but not having the leave event breaks our app case (where one can see if a user in our org joins/leaves the room after we serialize the data).
Here’s an example of how the serialized event looks to the end-user (join event, of course, the leave event isn’t working right now):
@tommy: Because of this not working, we only see join events which is rather annoying to the end-user. I saw you asked the original poster for his app ID’s. Our app case is private, but the ID’s are: 6RAlVUrUTOiUB1aj-ajghg for our Dev (unserialized) and YasIjPmBQei0JT9JGl3zoA for our serialized webhook (one subscribes to more events).
Thanks, Tommy. Will really be on the look for an update (…or it’ll just start working again, hah). Cheers