Launch Zoom App Meeting from another iOS App

We have an existing iOS app with an embedded browser.  When we encounter an HREF link that is for a zoom meeting we would like to launch the zoom app and pass in that meeting information.  We will assume the user already has the zoom app installed on their device.

What is the “url schema” we should use to do so?  Just passing in the file name does not work.

In other words what is the format we should use to pass in meeting information when starting up the Zoom iOS app?

Thanks for your help

The supported URL Scheme is “zoomus”, please have a try.

 

Thanks,

Robust

how can we use this URL Scheme “zoomus” and pass a room ID like parameter?

If you already installed the Zoom iOS app, and want to join meeting with HREF link. the URL is just like the following: 

https://zoom.us/j/xxx (xxx means meeting number).

Regards,

Robust