dev28
(s_dev)
January 15, 2024, 7:46am
1
(We are ISV Partner)
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.
chunsiong.zoom
(Chun Siong (tag me for response))
January 17, 2024, 5:18am
2
@dev28
please tag me in your response.
Are you on API plan, yet when you host a meeting, it will end automatically after 40 mins?
Do check that the host of the meeting has been assigned a license.
dev28
(s_dev)
January 17, 2024, 5:33am
3
@chunsiong.zoom
Hello? thank you for your reply.
We are ISV Partner which means we have API Plan.
And I received solution by other person.
it seems that there is not API solution to set the meeting time limit(duration).
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.
Regards.
chunsiong.zoom
(Chun Siong (tag me for response))
January 17, 2024, 5:46am
4
@dev28 ,
For the REST API to create meeting, there is a duration field which you can see the duration of the meeting.
dev28
(s_dev)
January 17, 2024, 6:04am
5
@chunsiong.zoom
However, I know duration
value doesn’t mean time limit of meeting.
for example, Although I set the duration field ‘40’ and meeting goes on over 40 minutes,
the meeting doesn’t quit.
I want to use function in zoom api that when meeting goes on over than ‘time limit’ preset, the meeting will be closed.
chunsiong.zoom
(Chun Siong (tag me for response))
January 17, 2024, 6:49am
6
@dev28
I understand. From our API, here’s what needs to be done.
Use the webhook for meeting.started event, implement a timer or microservice on your side which will call the end meeting AP I in 40 mins
1 Like
system
(system)
Closed
January 18, 2024, 6:49am
7
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.