Using this template helps us debug your issues more effectively
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
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: