URL Scheme for own apps build using Zoom SDK?

When I tap a zoom link in my iPhone’s email it automatically launches the Zoom iPhone App. Would it be possible to use the URL scheme to launch my own zoom client? I know I can delete the original zoom client to achieve that but I’d prefer use the SDK to achieve that. If it’s not feasible at this time can you add such feature?

Hi @tmiskiew,

You could use URL scheme to trigger your app that integrates Zoom SDK using URL scheme or Universal Links, but these are to trigger your own app that integrates the SDK. SDK is a library so it could not be triggered directly using URL scheme.

You could use the URL scheme to trigger your app, then parse the information and pass them to the SDK interfaces to start/join meeting. The following links could be helpful:

Thanks!

1 Like