Description
I’ve been developing an application that uses Zoom transcriptions of spoken audio. After a meeting, I wait for the recording.transcript_completed
webhook. Everything works, but the dev and testing processes are extremely slow due to the need to wait for the transcript to be completed, sometimes for many, many hours, and in some cases, over a full day. Other times transcriptions come back within a few short minutes. Is there any factors that can be controlled to get back transcriptions as quickly as possible (meeting durations, meeting time of day, upgraded API access, anything else)?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
both OAuth and JWT integrations using the webhooks
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- In the Zoom app configuration on marketplace.zoom.us, navigate to Feature > Event Subscriptions > Recording and make sure that Recording Transcript files have completed is enabled with the correct event notification endpoint URL.
- Create, start, and end a Zoom meeting.
- Wait for the
recording.transcript_completed
to be received at the event notification endpoint URL. Note that this could take a few short minutes, many hours, or more than a day.