Using this template helps us debug your issues more effectively
Description
When I start a meeting by clicking “host a meeting” then clicking “with video off” it triggers the meeting.created webhook called 4 times in rapid succession.
Error
I return a 204 and it stills calls it 4 times with about 2-3 millisecond delays. This causes rate limit issues when I call other zoom APIs in the webhook.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
The meeting.created webhook.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- When I start a meeting by clicking “host a meeting” then clicking “with video off” it triggers the meeting.created webhook called 4 times in rapid succession.
- See error
Screenshots (If applicable)
[2021-03-08 04:41:53,713] DEBUG in zoom_apis: zoom_schedule_meeting_api: meeting.created
10.0.0.2 - - [08/Mar/2021 04:41:53] “POST /zoom/webhook/meeting HTTP/1.1” 204 -
[2021-03-08 04:41:53,716] DEBUG in zoom_apis: zoom_schedule_meeting_api: meeting.created
10.0.0.2 - - [08/Mar/2021 04:41:53] “POST /zoom/webhook/meeting HTTP/1.1” 204 -
[2021-03-08 04:41:53,719] DEBUG in zoom_apis: zoom_schedule_meeting_api: meeting.created
10.0.0.2 - - [08/Mar/2021 04:41:53] “POST /zoom/webhook/meeting HTTP/1.1” 204 -
[2021-03-08 04:41:53,721] DEBUG in zoom_apis: zoom_schedule_meeting_api: meeting.created
10.0.0.2 - - [08/Mar/2021 04:41:53] “POST /zoom/webhook/meeting HTTP/1.1” 204 -
Additional context
Add any other context about the problem here.