Is it possible through the Zoom API to automatically download meetings from the Zoom cloud and then upload them using the YouTube API to a private channel/ listing.
We already have an active connection to ZOOM API using JWT, and when a meeting Recording is /done a Webhook is triggered. Base on this, I want to transfer/download the MP4 file and upload it to my Youtube channel Automatically.
In simple English:
(I want to replace the manual work of downloading the zoom recorded videos to my local computer and then uploading them to Youtube)
my aim is to Auto Archive ZOOM Meetings on YouTube
Appreciate your help.
JT