Create a Meeting with a time limit

Hello.

When creating a meeting with the POST /users/{userId}/meetings api endpoint, is there a way to impose a time limit to that meeting? what we want to achieve is something like the limits imposed over free accounts that is, 40 minutes, I think?.

@ExymDev ,

Thank you for writing us in the Zoom developer forum! Currently, there is no way to impose a time limit on meetings when creating a meeting. However, consider using the Update Meeting Status endpoint, which allows you to end the meeting through the API by updating its status to “end.” Here is a helpful post on this topic you can reference for more details :

Update meeting status

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingStatus

Let me know if this helps.