How to check whether a meeting is started or not before calling JoinMeeting function

is there any way of getting meeting status through meeting number?

im trying to get meeting status before joining meeting by using getMeetingStatus method. It always returns IDLE. Kindly help

Hi sandeepsama257,

Thanks for using Zoom SDK. The getMeetingStatus returns IDEL means the meeting has not started, it will return other status if and only if you are in the meeting. If you would like to get the meeting status before the meeting starts, you may use Zoom API to retrieve the meeting status with meeting number:https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting

Thanks!

1 Like