How can I check if a meeting is in progress?

Using this template helps us debug your issues more effectively :slight_smile:

Description
I need to check If a meeting is still in progress, though its scheduled endTime has passed.
Ex:- Say a meeting 1234 is scheduled to end at 14:30 but it was not ended by host at 14:30 instead it continued for another half hour, so this meeting 1234 does not get returned in past meeting zoom API.

Error
How to check if a meeting is still in progress

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Zoom APIs

Hi @deepali.necti,

Happy to help. There are a few different endpoints you might consider. First, I might recommend the Meeting Ended webhook—this is triggered when a meeting is ended, so if you subscribe to this event but don’t receive anything, you can assume the meeting is still in progress:

You can also query our List Meetings (Dashboard) API to retrieve all live meetings:

Let me know if this helps!
Will

Thanks for the quick response @will.zoom . I will try the above provided solutions and see which one of the above will suit our requirement.

No problem, glad I could help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.