Zoom API Events
phone.recording_transcript_completed
recording.transcript_completed
Description
Each instance of the above events is delivered as below,
Zoom Phone (Direct Number): 2 times to our webhooks endpoint within a span of ~ 10 milliseconds
Call Queue: No of times are equally proportional to the number of users added to the queue within a span of ~10 milliseconds approximately
While debugging this we have already verified the following from the Zoom API docs and Zoom Developer Forum,
These are not retried requests for failed webhook delivery. (retries happen after 5 minutes at least according to the docs). Also, we are sending 200 OK acknowledgements to all received events under 3 seconds (as stated in the zoom API documentation)
We verified that the same webhook endpoint is not added twice in the App Subscriptions setting
Could you please confirm that you have only one app working? what I mean by this is that if you have a production app and a separate app for testing, and if you are using the same endpoint in both of them, this could be the reason why you are getting the duplicate entrie
Hey @vkothakota
Thanks a lot for getting back to me.
I will send you a private message to request more information, please follow up there
Cheers
Elisa