Video recording with Web Video SDK

I plan on building a web-based app where users can record videos, store them on our own cloud repository, and allow other people to watch them. I read the Zoom Video SDK docs and I didn’t find any information on it. Does Zoom Video SDK allow the users to record the video?

Thank you.

Hey @kpak ,

The Video SDK does not have recording features, however, you could implement them yourself.

That being said, the Client SDK does have recording features.

Thanks,
Tommy

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

Hey @kpak ,

I wanted to share this article on how you can record an HTML Canvas. This approach could be used to record a Video SDK Session:

Thanks,
Tommy

Updating this thread, Video SDK now has Cloud Recording features:

Thanks,
Tommy