Multiple event subscribers for the same set of events

Description
Not all event subscribers receive registered events.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
Webhook events: meeting.ended, meeting.participantLeft

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create 1st event subscriber with events: meeting.ended, meeting.participantLeft
  2. Create 2nd event subscriber with events: meeting.ended, meeting.participantLeft
  3. Start a meeting
  4. End a meeting
  5. The meeting.ended event is not delivered to the 2nd subscriber

I found out that Zoom didn’t use my latest config of event subscribers. Somehow Zoom kept sending events to subscribers which I deleted 2-3 hours ago. How is this possible?

Hey @hung1234,

Thank you for reaching out to the Zoom Developer Forum. After making changes to your application, users will need to re-authorize the application to see those changes applied.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.