How to redirect into ios app through zoom link

I have a iOS app in which I can create zoom meetings using zoom API,
In the response I get join url, start url etc
Now, I want to create such link through which I can open zoom meeting page from my iOS Application

Hi @nachikets, thanks for using the dev forum.

This is actually not going to be part of the SDK’s functionality. Please see Apple’s documentation on custom URL schemes for more information.

Thanks!