Description
Is it possible to download the .vtt transcript files after the meeting ended using the API for enterprise accounts?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/meetings/{meetingId}/recordings How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request URL / Headers (without credentials) / Body
See error
Screenshots (If applicable)
We are able to download the timeline and recording files but is there a specific event that we need to listen on for get the VTT transcript file for enterprise accounts.
Thanks for reaching out about this. To clarify, you should be able to retrieve these files using our standard endpoints, even as an enterprise account.
Regarding a CC file, if you have transcription enabled on Cloud Recordings, these will be returned as .vtt file types. You can access these by calling our GET Meeting Recordings endpoint.
You can also subscribe to our Recording Completed Webhook:
We are using the GET MEETING Recordings endpoint and getting the Recodings (audio and video) and the timeline file. We are downloading all available files and dont see the .Vtt file.
Is there a specific call that we need to make?
Also how long does it take for the VTT file to be available it is available along with the recording and timeline files or is it available later that we should register for another event?
Yes do have the setting enabled and will add the new we hook to download the vtt file
Wanted to know if you have a SLA promising a certain time when this VTT fille will be available for download. What is the expected time for it to be ready? Does it take a few hours, minutes or could it even take days ?
Thanks Will.
Can you please clarify if this is a function of the length of the meeting or is it just queued in the order received and processed?
Will longer meetings (say 1 hour duration) take longer to transcribe and get the recording.transcribed webhook event?
After the meeting I get notification emails on the transcript and recording emails.
As far as I webhook events, I receive the recording.completed event and I am able to download the files for it. But I do not receive the recording.transcript_completed event notification