Zoom Client URL Schemes for Android asking password for host

Description
we are trying to make to launch Zoom client Android App using URL Schemes from our Android app as explained in the docs. But cannot start the meeting from host and it asking for password, and after entering password it is showing that wait for host to start meeting.

Generated URL Scheme -
“zoomus://zoom.us/start?confno=xxxxxxxx&pwd=xxxxx&stype=99&zc=0&uid=xxx@xxxx.com&uname=xxxxx&token=(token generated from this api https://api.zoom.us/v2/users/{userId}/token)”

Which version?
4.6.21666.0429.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Generate url schema for host users, pass meeting id, password, zak token with url,
  2. Execute the generated link.
  3. Meeting is not starting and it is asking for password.

Result -> showing message that waiting for host to start meeting.
Expected Result -> Meeting should start without password with host.

Hi @gitesh.purbiya22,

Thanks for the post. For the Zoom client URL schemes, you may refer to the doc here: https://marketplace.zoom.us/docs/guides/guides/client-url-schemes; As this is a Zoom client issue, which is out of the scope of Zoom SDK, please contact try to contact Zoom client support at https://support.zoom.us/hc/en-us/requests/new and one of the Zoom experts will be happy to assist you.

Thanks!