How to create a pop up Window?

I am trying to create a pop up to be shown inside of a zoom meeting using the zoom SDK with JavaScript. I’ve tried a few different approaches and none have worked, does anyone have any tips or resources that could help me accomplish this task?

To show a pop-up in a Zoom meeting using the Zoom Web SDK with JavaScript, follow these steps:

Integrate Zoom Web SDK: Follow Zoom Web SDK documentation.

Enable Custom UI: Use the Custom Meeting UI feature to allow custom HTML/CSS/JavaScript.

Create Pop-up: Add your pop-up using standard HTML/CSS/JavaScript within the custom UI.

Use SDK Events: Use SDK event listeners to trigger the pop-up.

This approach leverages the SDK’s flexibility to add custom elements like pop-ups.