Open source API for simplifying RTMS

Hi everyone, my name’s Noah and I maintain Attendee, a free open source API that makes it easy to extract recordings and transcripts from meetings.

We recently launched beta support for RTMS. When you receive the meeting.rtms_started webhook from Zoom, you forward the webhook payload to the Attendee server. Attendee will spin up the RTMS session, mux the video and audio frames, handle edge cases like the video being paused, and add speaker labels to the video. It will also provide a convenient dashboard to view this data.

We’re looking for beta testers who can provide feedback as well as contributors for the codebase.

If you’re interested in trying Attendee, I recommend watching this video, which gives you a good overview of how it works to simplify RTMS development: https://www.youtube.com/watch?v=56DzvzJHSv4

Then you should consult the documentation below:
Attendee docs: Attendee-managed Zoom RTMS
Example Notetaker app: GitHub - attendee-labs/rtms-notetaker-example: Example app showing how to build a Meeting Notetaker with Attendee and Zoom RTMS
Example Sales Coach app: GitHub - attendee-labs/rtms-sales-coach-example: Example app showing how to build an AI Sales Assistant with Attendee and Zoom RTMS

For the quickest start, we have a cloud instance at https://app.attendee.dev/ that gives you 5 hours of recordings free. Instructions to run locally are available here.

Happy to answer any questions!

5 Likes