Zoom API queries (Pro/Business plan)

Hello,

In short, we have our proprietary application which we would like to use to schedule meetings and share the meeting link with the attendees which may consist of multiple interviewees and interviewers. Once these meetings are completed, we would like to retrieve the source audio from Zoom cloud storage. All of this has to be automated. We are considering getting "Pro"Zoom Workspace plan.

Quick questions about the capabilities of Zoom API.

  • Can I create a meeting link and assign another host (not the main account associated with the plan)? And do I need to add this alternate host under a license?
  • Is there a endpoint/webhook to notify us that the video/audio is done processing and is available for retrieval via an API call?
  • Are there any other limitations that I need to be aware of? (Other than concurrency limit and processing times)

Thank you in advance.

@joyster.rodrigues

  • Can I create a meeting link and assign another host (not the main account associated with the plan)? And do I need to add this alternate host under a license?

Each meeting should have their own individual host. You should directly create a meeting under this specific host, instead of adding alternative host

  • Is there a endpoint/webhook to notify us that the video/audio is done processing and is available for retrieval via an API call?

Cloud recording has a recording completed webhook which you can use to retrieve the files

Are there any other limitations that I need to be aware of? (Other than concurrency limit and processing times)

  • A rule of thumb is 1 host should have 1 meeting at any point in time. If you need 10 concurrent meeting, then you will need 10 hosts.