Upload Zoom meeting recording to mega.io

Using this template helps us debug your issues more effectively :slight_smile:

Description
I wanted to record and upload my Zoom meeting to mega.io. I wanted it to start recording automatically and upload it after the meeting is over.

Error
I can’t make the app because I don’t know API and I am new to Zoom API

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I think it is Webhook

Which Endpoint/s?
I don’t know…

Hi @nairyashas,

Welcome to the community.

In order to do this you would need someone with development experience to develop a custom application for you.

The way I would suggest to perform the transfer to mega.io is as follows:

  1. Listen on the Recording Completed Webhook
  2. When an event is received, use the download_url and download_token to download the file to your web server.
  3. Perform any necessary actions on the file before uploading, such as cropping, compressing, filters.
  4. Upload the files to mega.io using their API.

Hopefully this helps.
Alex

Edit: Not sure of your exact use case, however mega.co.nz has a more expansive API which you can make use of. Mega.io seems to be the same service under a different domain.

1 Like

Thank you for providing a great solution @alexmayo!

Let us know if you have any questions @nairyashas.

Thanks,
Max

1 Like

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