Invalid meeting ID. (3,001)

II am trying to embed a zoom meeting to a HTML content with the bellow iframe.

<div class=“iframe-container” style=“overflow: hidden; padding-top: 56.25%; position: relative;”>

<iframe allow=“microphone; camera” style=“border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;” src=“https://success.zoom.us/wc/join/{meeting-id}” frameborder=“0”></iframe>

</div>

The html page is throwing an ‘Inalid meeting ID’ error yet the meeting id is copied and pasted from the ZOOM client which is correctly streaming on my desktop.

Hi @roman,

When you paste the link directly https://success.zoom.us/wc/join/{meeting-id} in the browser, does the same error show up?

Thanks

2 Likes

I ran into the same error when creating a meeting via the API with the type set to 2 (scheduled). Guests trying to join via the join_url got the “Invalid meeting ID (3,001)” error, even though using the https://success.zoom.us/wc/join/{meeting-id} URL that @michael_p.zoom posted, did work.

Is using the “success” URL a permanent workaround for this error? It seems to take the user directly to the browser flow, bypassing the installed app. If that’s the case, it would help to figure out what’s causing the error.

Happy to post API responses or any debugging info.

Hey @Civility,

May I ask what you are trying to do?

Are you saying the meeting you just created throws an invalid meeting id when joining with the join_url: https://zoom.us/j/meetingID ?

/wc/join/ is the part that is taking you to the browser version, not success.

Thanks,
Tommy