Zoom recordings and meeting id

Description

  1. Are meeting ids unique for scheduled meetings?
  2. How do we map recordings and with a meeting id?
  3. Can we use past_meetings API with {pmi: true}?
  4. Is there any way for us to make a meeting available to only specific email ids?

Error
N/A

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

Additional context
I am building a platform where the educator and learner can start meeting from our dashboard.

Hi @dhaval,

  1. Are meeting ids unique for scheduled meetings?

Meeting IDs are unique for scheduled meetings, but multiple instances of a meeting can be associated with the same ID. For an ID that is unique on every instance of a meeting, you should reference the Meeting UUID.

  1. How do we map recordings and with a meeting id?

You can call our GET Meeting Recordings API and pass the UUID of the meeting instance.

  1. Can we use past_meetings API with {pmi: true}?

This will not return recordings

  1. Is there any way for us to make a meeting available to only specific email ids?

For this I would recommend registration for your meeting.

Thanks!
Will

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