Implementing a frontend

I’m curious if anyone has built some form of transcription/translation app using the new RTMS endpoints. How did you create the front-end or return the translation/transcriptions back to the users within the meeting? I dove into the app-sdk just to get something working, but I wondered if there is a better solution out there as I am new to the zoom app scene.

Thanks

@Jonah creating a Zoom App will be the most straight forward way to do so.

this sample rtms-samples/agent_assisted_zoom_apps/real-time_transcript_analysis_js at main · zoom/rtms-samples · GitHub takes the transcript from RTMS, analyze it with LLM and displays a chart on Zoom App back to the user.

Note that Zoom App will need a publicly resolvable URL. You can use ngrok during dev and test

2 Likes