How to Get confId in order to open Zoom Client

Description
A clear and concise description of what the question is.
How to get the confid in the below way? I’m trying to open zoom native client using my code,
I can’t find a way to get the confid using any API…
Note Ignore all other questions related to Client version…etc
zoommtg://zoom.us/start?action=start&confno=xxx&uid=GwRDF1pWRDCB5Hxs5RRo7A&stype=99&token=Q&confid=dXRpZD1VVElEX2M0ZGU0NjQ3MmRkZTQ4Mjk4ODJhZWVjN2ZjZThjMjU5JmVtYWlsPXRlc3QlNDBydGEuYWUmdXNzPUxzdTI2MUFHSW84NzVldFMxcnFVMzd5MndEMENqcTFyT1Q5eHBtRUVMYnZwcXZrWnU1dmFVSTJjQk5UZDhCTEI2dW5lMHNQTFZYNXVPTWR1V1EuRGlsSmgtV1JSbEh6Q2EyWCZ0aWQ9OGZjMGE4YjRhMDY1NGIyMmJhZDIwNTNlYTcyYjdkNWQmemFrPWV5SjBlWEFpT2lKS1YxUWlMQ0p6ZGlJNklqQXdNREF3TWlJc0lucHRYM05yYlNJNklucHRYMjh5YlNJc0ltRnNaeUk2SWtoVE1qVTJJbjAuZXlKaGRXUWlPaUpqYkdsbGJuUWlMQ0oxYVdRaU9pSkhkMUpFUmpGd1YxSkVRMEkxU0hoek5WSlNiemRCSWl3aWFYTnpJam9pZDJWaUlpd2ljM1I1SWpvNU9Td2lkMk5rSWpvaVlYY3hJaXdpWTJ4MElqb3dMQ0p6ZEdzaU9pSlBTbVphTmxOYWJUaFBhbTEwT0d4eFRIbGhPVEZ5ZWpGM1ExcFVPVWhWZUVoR2RWUXlibGxWTjNsckxrSm5XVmxUTVZKSlVsWkdWVmt3Um5kV1YyTjRUVlp3Y1ZwcmNFSmpTRW94VlZRd09VRkJRVTFqYlZaelkwaG9XRXd4VmtSYU1FVTVRVUZPYUdSNlJVRkJRVVk1Y2t3NFFqVjNRVk5rVVVGQlFVRWlMQ0psZUhBaU9qRTJNemt5T0RFMk16Z3NJbWxoZENJNk1UWXpPVEk0TURjek9Dd2lZV2xrSWpvaWJuWnVZbTV3ZEZsVVVqSlpZbWRSTmpkVlJITk1aeUlzSW1OcFpDSTZJaUo5LklMckR6WTU4V29SbVl0QmExU3JONFJqTE5fV3c0LXhYNlBFaFpDQTZoMDQ%3D&browser=chrome

Which Windows Meeting SDK version?
Knowing the version can help us to identify your issue faster.

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

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Dell XPS 13]
  • OS: [e.g. Windows 10]

Additional context
Add any other context about the problem here.

Hi @isoft_mohammad.abula, thanks for the post.

The URL you’ve provided does contain a confid query parameter, so you should be able to parse that out of the URL. Is there anything related to the usage of that value that you need help with? If so, please provide some additional context around what you’re trying to accomplish and we can help get you moving in the right direction. :slightly_smiling_face:

Thanks!

This code is generated when I tried to take the start URL from Create Meeting API and hit it in the browser. So It’s not my code. I need to open the native zoom client in the same way, si I need to know to get confid parameter value in this way in order to open the native zoom client direct.
So my Code will be like this:
zoommtg://zoom.us/start?action=start&confno=xxx&uid=GwRDF1pWRDCB5Hxs5RRo7A&stype=99&token=Q&confid=xxxxxxx&browser=chrome
Do you have any API to get confId?
I already opened a clear ticket Id #12971132 for your reference

Hi @isoft_mohammad.abula,

Thanks for confirming that you are using the REST API. In order to determine if there is a better REST endpoint to get the information you’re looking for, you will be able to find that information by opening a topic over in the #api-and-webhooks category.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.