Launch My iOS/Android App using zoom link for join Meeting

Hello
My Requirement:
I need to launch my iOS/Android app when user tap on zoom meeting link.

I follow these steps but stuck on the process-

  1. I create APP in marketplace.
  2. I configure APP successfully and get the clientId & clientSecret.
  3. I generate the authorization_code by "https://zoom.us/oauth/authorize?response_type=code&client_id=&redirect_uri=http://localhost" from browser.
  4. I get the access_token using authorization_code using https://zoom.us/oauth/token api.

now what is the next step to achieve deeplink foe launch my app in the device.

Thanks in advance.