Play recording video in custom web application

Description
How can we play Zoom cloud recording video on a custom web application?
We got a CORS issue if we use the download URL.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Screenshots (If applicable)

Hey @cj.kumar,

Thank you for reaching out to the Zoom Developer Forum. The recordings can’t be displayed in an iframe so the best option is likely to upload the files to storage accessible by your Web App.

You can subscribe to the Recording Completed Webhook and use the download_token with the download_url in order to download the recordings as they become available.

The easiest solution may be to upload the videos to YouTube and embed those videos in your Web App. This is covered in a different post here:

Let me know if you have any questions. :slightly_smiling_face:

Thanks,
Max

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