Implementation of Zoom in the website

Hello All,

I want to implement a Join Meeting Button on my Website which will redirect to the same website where users can start the meeting.
What is the way to implement the same by using web SDK?

@vijay.kumar1,

Thank you for posting in the Zoom Developer Forum. Redirecting a user to a a page where they can start the meeting is possible. All you would have to do is either use history or implement onClick listener and add href to the button to redirect the users to the meeting SDK page.

Feel free to let me know if you have any questions about this.