dev28
(s_dev)
January 17, 2024, 1:47am
1
Hello?
Can we quit the meeting if meeting time exceeds duration limit by Zoom API?
For example, we want to set duration limit ‘40 minute’.
In this case, when zoom meeting lasted more than 40 minutes, the meeting should be quited.
It looks like zoom free plan.
When meeting lasted more than 40 minutes, the meeting was forced to quit.
Hello, @dev28 , Greetings,
Thank you for posting in the Zoom development forum. I’m happy to assist you. Please refer to this health and development forum post and let me know if you have any questions. I’ve also provided a link to ‘Update the status of a meeting’ for your reference.
Hi @yimeichuah ,
Are you using the Zoom Web Client? If so, there’s not a way to hide the controls.
In regards to ending a meeting, you can make use of our Update Meeting Status endpoint:
This allows you to end the meeting through the API by updating its status to “end.”
If you need to end it after 1 hour, for example, you could also use of the Meeting Started Webhook/Event , and trigger that to call the above endpoint after the desired duration has passed.
Let me know if this helps!
Will
#Update the status of a meeting
Let me know if you have any additional questions.
dev28
(s_dev)
January 17, 2024, 2:05am
3
thank you for your replay.
Best.
1 Like