Is there a Zoom API that I could use to get meeting recordings as a stream?

I am looking for a Zoom API that could give me recording as a stream.
Something that would allow me to build a application that let users play meeting recordings and even move back and forth without having us to download the entire recording file. Just like YouTube or Netflix.

I came across this Zoom API: but I am not sure if this gives you video/audio stream.

Hey @samurai

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

No that does not help me.

Hi @samurai,

If you’d like to access a URL where you can play back meeting recordings (cloud recordings) without having to download the recordings file, you can use this endpoint:

Within the recording_files object returned in the API response, you’ll notice a play_url:
image

This URL provides the audio/video from the meeting that was recorded.

Hope this helps!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.