All events are being sent twice

Description
My draft app has subscribed to three events: meeting.started, meeting.ended, and meeting.participant_joined. Each of these events are being sent to my endpoint twice in within the same second. My script returns almost immediately with a 200 OK.

Error
There are no errors, just duplicate events.

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

Hey @chris.tjalsma,

Can you please private message me the meetingID/s this was happening to so I can debug?

Thanks,
Tommy

Hi,
I am facing same issue.

My observations

  1. When participant joined but he is waiting to get approved by host.
    meeting.participant_joined notification received.
  2. As soon as host approves
  • meeting.participant_left notification received.
  • one more meeting.participant_joined notification received

Is there any way to stop getting before approval “meeting.participant_joined” and after approval “meeting.participant_left” notifications?

Hey @vishalg,

Currently this is the designed functionality. (ZOOM-152903)

We are working to improve this.

Thanks,
Tommy