How to validate a meetingId before joining?

Hi @jasmineakkal0316,

There is no SDK interface to check whether a meeting exists or not. You may use Zoom API https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting to try to get a meeting. If it returns 404, then it means the meeting ID is invalid. (Note: It has rate limit so do not call this too frequent)

Thanks!