C++ Demo, Meeting not starting, how to start it?

Description
I’m Integrating Windows Zoom SDK with my Java application, I created the meeting using Create Meeting API, when I click on the button(Inside my application) to start the meeting It open the zoom client (Windows SDK), asked me to authenticate the user, then It didn’t the start meeting, It’s only open the zoom screen.
Below is my screens in sequence

Which Desktop Meeting SDK version?
v5.7.6.1079

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

  1. Create Meeting using the create meeting API
  2. Click on the button, inside my application, the button will call this link(zoommtg://zoom.us/start? action=start&confno=xxx&uid=xxx&stype=100&token=E&confid=xxx&browser=chrome)
  3. zoom SDKclient opened, asked for authentication
  4. Zoom Screen appeared without starting the meeting as the host

Screenshots
If applicable, add screenshots to help explain your pr1
2
3
4

Device (please complete the following information):

  • Device: [e.g. Desktop Machine]
  • OS: [e.g. Windows 10 Pro ]

Additional context
Add any other context about the problem here.

Hey @isoft_mohammad.abula,

Thanks for using the dev forum!

How are you authenticating the user?

Thanks!
Michael

Thank you for your reply

JWT, using jwt.io

Hey @isoft_mohammad.abula,

Is the user signing in through email and password?

Thanks!
Michael

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