Embed cloud recording library

Hi @mataro,

Thanks for reaching out about this and for detailing your use case. :slight_smile:

I should note that there’s not an out-of-the-box way to directly embed both the Zoom Cloud Recording file and playback both onto your site. However, you can use our APIs and Webhooks to retrieve these individually and reconstruct this functionality on your end, if you wish.

Our Cloud Recording APIs and Webhooks return two main URLs:

  • download_url
  • playback_url

Please keep in mind that neither of these URLs are intended to be embedded/iFramed directly.

If you wish to include a Cloud Recording library on your site, we recommend downloading the recordings directly and then hosting them on a 3rd party resource for playback (i.e., Youtube, Vimeo, etc.).

You can find the necessary API endpoints to retrieve these URLs here:

And our Webhook here:

I hope this helps to clarify, but let me know if you have additional questions about this!

Best,
Will