We want to implement functionality to automatically record and transcribe meetings for our app’s users. Multiple apps such as Grain, Gong and Otter use a bot for this purpose.
However, based on our research into the Zoom developer documentation and forum, this use-case isn’t directly supported. This is being supported through turnarounds/hacks such as emulating Zoom programmatically.
Based on the following discussion in the Zoom developer forum, Zoom is actively looking at this issue: Zoom bot to record meetings - #2 by SU-community. @MaxM stated that he is “tracking down a list of best practices when it comes to transcription apps”.
It will be great to know the best way to go about implementing the desired functionality. I have already sent an email to developer support.
Thanks for the update and taking this up. Is there a timeline estimate for the API’s release? This will be good to know since my team will have to take a call on the implementation method based on this.
Also, is this issue addressed in any manner by the recent Zoom Apps’ release? From what I understand, that isn’t generally available for developers yet either.
My company is also very much interested in building out a transcription bot. We already transcribe calls via phone number dial in, but a deeper integration would be preferable.
Thank you for sharing your interest. I’m working on a guide for this and am hoping to have it ready in the next couple of weeks. I’ll update you here when it’s ready.
Not yet, my apologies. I’ve been in the process of freeing up my time to be able to finish this project and tackle others. I’ll update this with good news ASAP.
Hi @MaxM Do you by chance have a high-level timeline you’re working towards? Is ASAP like a few weeks, a couple of months, or 4+ months? We would really appreciate any high-level timeline, understanding it is not a hard date or anything.
It is helpful for us to know as it will make us better informed on our approach (e.g. going with livestream feature first or something else).
I can definitely appreciate the need for this guide. I’m done with most testing and haven’t seen movement on feature requests that are submitted so I’m ready to move forward with outlining the guide and writing it up.
I’m tentatively shooting to have it done by the end of the month if not sooner. If you have any questions in the meantime please submit a ticket and I’ll do my best to assist.
I’m also waiting for this guide.
and have a question:
If we simulate a real user’s behavior, add it to the meeting as the recorder and record and stream audio/video of the meeting from the machine that this simulated recorder user, to our server, Would it be ok by you?
something like grain.co or https://fireflies.ai/ doign.
I’m working to have this guide available ASAP. Other items have unfortunately taken priority until recently.
To answer your question, yes. Because the Zoom Client is so explicit and asks for user consent before sharing any information then the user would have the opportunity to consent to the data sharing and it would therefore fall under acceptable use.
I’m excited to announce that we have released our Closed Caption Token API which enables you to programmatically obtain the Closed Caption Token and create transcription apps.