Zoom sending double webhook events same time

Description
I want to know why it is sending double webhook event at the same time without any difference.

Error
We are subscribed to meeting creation, end event, and recording event. It is sending events two times at same time. It is causing different issues on our side.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
We are using OAuth App.

Which Endpoint/s?
End points are meeting creation, meeting ended, recording completed, and transcribing completed.

How To Reproduce (If applicable)
Steps to reproduce the behavior:
Whenever any of above endpoint is generated, it calls two times.

Additional Information
I just found that it is sending different Clientid in these simultaneous requests.

Any help will be appreciated.

Thanks!

Issue resolved. It was sending two requests, one for development and other for production. So, it was fixed with client ID verification comparison with request headers.

Hi @mike12 ,

Thanks for following up and sharing. Glad it’s resolved!

Best,
Will

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