How to open zoom meeting in new browser from an app

I have a angular app i.e the demo websdk sample angular websdk-sample-angular/src/app at master · zoom/websdk-sample-angular · GitHub

I want to open meeting in different browser tab.
when user joins the meeting the browser should open a new tab and start joining meeting.

Hey @nizamani987,

Thank you for reaching out to the Zoom Developer Forum. If you would like to open the meeting in a new tab, you can use the window.open() function. We have an example of this in our non-angular Sample Web App:

I hope that helps! Let me know if you have any questions.

Thanks,
Max

How will I join the meeting in the new tab specifically in the angular app.

Hey @nizamani987,

Thank you for your question. The process for accomplishing this would be the same with the Sample Angular App. In the join() success callback, you would use window.open() with the joinUrl generated in the example above.

Let me know if you have any questions.

Thanks,
Max

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