Join Host from zoom application or zoom web site

Description
we integrate zoom in our web platform but now we want to allow user to join the zoom meeting from outside of our platform we redirect them to zoom application or site so they can join the meetings for that we used

  1. https://zoom.us/wc/{{meeting_id}}/join
    with this approach when host try to join the meeting it shows errors like
    “The Meeting has not started”

and in second approach we used this link
2) Error - Zoom}/join

here also once host try to join the meeting it will ask for the password and the it shows

“Please wait for the host to start this meeting”

but if we join from wed sdk option and then any users will try to join it will work

so we need same link for host to join the zoom meeting from zoom app of website.

Error
The full error message or issue you are running into.

Which Web Client SDK version?
1.9.6
Knowing the version can help us to identify your issue faster. [e.g. 1.9.0]

Hey @edvay,

Thank you for reaching out to the Zoom Developer Forum.

Currently, the Zoom Web Client does not support hosting a meeting which is why you see the error indicating that it hasn’t started.

When it comes to password protected meetings, you’ll want to use the join_url from the Get a Meeting API. This will ensure that you are using the pwd query parameter with the encrypted hash generated by Zoom.

I hope that helps!

Thanks,
Max

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