Description
How to Add expiry date to the cloud meeting record link via on Zoom Developer API
Error
There is no option described on this API documentation
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
How To Reproduce (If applicable)
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Hi @digix.sameera,
Thank you for reaching out about this.
While this exact setting is not exposed via the API, this is a great suggestion. To set an expiration date for a recording link, you’ll need to do this in the UI. You can however, set the number of days to auto delete a recording via API for a given user. This can be done via this endpoint within the recording_settings object:
Best,
Will