I want to know how to automatically end a meeting.
Hey @ayakapiiiiiii
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
Hi,
how can i check who is end the meeting. When user leave the meeting i get data who leave the meeting and get participant info but when meeting end i did not get data who end the meeting
I have wondered why the meetings don’t end automatically when the host push the ‘End Meeting’ button in the JSSDK or either the meeting created inside the Zoom Account and started through the browser, I have to do it manually? If this command don’t finishes the meeting, how should I do then? I doesn’t seems logical to end a meeting manually with the API Endpoint ‘…/meetings/{meetingId}/status’ after the meeting been already finished…
Hello,
I have created a chatbot application with event subscription enabled and the following event types added:
Start Meeting
End Meeting
Participant/Host joined meeting
Meeting sharing started
Meeting sharing ended
I get all notifications except for Start and end meeting. I can deduce the start meeting time from the meeting joined notification. But end meeting is missing. Please let me know if I missed something.
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
alexmayo
(Alex Mayo)
October 13, 2020, 2:50pm
3
Hi @ayakapiiiiiii ,
Welcome to the forum.
You can make use of the meetingstatus endpoint to end a meeting which is in progress.
If you wanted to end it after X minutes for example, you could also use of the meeting-started webhook, and schedule the meeting to end after X minutes have passed in your application.
I hope this helps!
Alex
Hi @alexmayo
Thank you.
It was very helpful.
I will try that way!
Ayaka
1 Like
Thanks again @alexmayo for your expertise!
Best,
Will
1 Like
system
(system)
Closed
November 14, 2020, 4:03am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.