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.
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:
This URL provides the audio/video from the meeting that was recorded.