Launch Zoom Client from browser without redirect?

Hi @That-Tech-Guy,

You can use our Web Client as the join_url without leaving the website by replacing /j/ with /wc/.
https://zoom.us/wc/{meetingID}/join.

If you like to join with having the user type in their names you can base64 their names at the end of the url.
https://zoom.us/wc/{meetingID}/join?prefer=1&un={base64-firstname-lastname}

Let us know if you have any questions

Thanks

1 Like