Not open zoom meeting

Hello!
I use zoom-API, in which I get start_url and join_url.
When navigating to start_url, the transition works only through browser, but when I use join_url, the Zoom application opens immediately.
Is it possible to open zoom application immediately using start_url?

The problem is that join_url opens the conference without the settings that were specified, and start_url creates a conference with the settings I specified.
Adding zoomus:// before the link or instead of https:// doesn’t help and doesn’t open the browser

Hi @gadzhievm108 ,

You can change the settings for this. Please reference this article:
https://support.zoom.us/hc/en-us/articles/115005666383 :slight_smile:

Gianni

That’s not exactly what I’m talking about.
I’m developing an Android app on Kotlin that uses the ZOOM API.
The problem is that when you click on start_url, the ZOOM application does not open immediately, the transition occurs through the browser, as if the ZOOM application does not have a deep link to the start_url link configured. I would like the application to open immediately, just like it works with join_url.

Hi, the question is still relevant

Hi @gadzhievm108 ,

Are you using the android SDK for the app? If so, the SDK reference guide can be helpful for configuring the join logic: SDK Reference - Android

Gianni

Hi, @gianni.zoom
I do not use the SDK, I use the API in which I get links to go to conferences, and your deep-link does not work on the conference launch link, which is why your application does not open immediately, and the transition occurs through the browser