Hello Zoom Developer Community,
I’m currently working with the Zoom API to integrate meeting functionalities into our application, and I’m using webhooks to capture events like meeting start and end. The “meeting started” webhook is working as expected, but I’m encountering an issue with the “meeting ended” webhook—it is not triggering as expected when a meeting ends.
Here are the steps I’ve taken so far:
- Checked the event subscription for the webhook (confirmed that the
meeting.ended
event is selected). - Verified that the endpoint for receiving the webhook is active and can handle other events successfully.
- Monitored my server logs, but I don’t see any incoming request when a meeting ends.
- Tried testing with different meeting types (instant and scheduled), but the issue persists for both.
I’m using OAuth authentication for the app, and I’ve already reviewed the documentation, but I can’t seem to pinpoint the issue.
Has anyone else experienced this problem? Could it be a misconfiguration, or is there a known issue with the meeting.ended
webhook event? Any guidance would be much appreciated.
Thank you in advance!