How can I open the Zoom desktop app from my website

I would like to be able to emulate what zoom does when you click a meeting link. When you click a Zoom meeting link, it opens up the browser which then triggers a popup prompting the user to open the desktop app.
How would I go about accomplishing the same thing? For example, I would like to allow a user to paste a zoom meeting link into an input on my website, and then my website should prompt the user to open in the desktop app.
I could probably go about doing this by embedding an iframe into the page and waiting for the Zoom website to prompt the user, but I would prefer to just do that part myself.

Hi jacob,

Thanks for the post. Please refer to the instruction in: https://marketplace.zoom.us/docs/guides/guides/client-url-schemes.

Hope this helps. Thanks!