Does not run past SDKAUTH screen

I have git clone the master branch and compiled the source perfectly. When I execute sh run_demo_mac.sh it show the START DEMO button. When I click that button it takes to SDKAuth screen where I check for Auth with JWT Token. I enter the token in the input field and clicked SDKAuth but nothing happens. In terminal it shows AuthWithJwtToken 5.

Any idea?

It works with SDK key and secret. But now I am stuck on JOIN screen. I have entered the meeting url and clicked Join Meeting With Url but nothing happens. In terminal, I have HandleZoomWebUriProtocolAction 5

Hi zishanj,

Thanks for the post. The AuthWithJwtToken 5 means the authentication failed. If the SDK key and secret works, then it could be the JWT token is not valid. Please follow the instruction:https://github.com/zoom/zoom-sdk-macos/blob/master/CHANGELOG.md#new-sdk-initialization-method-using-jwt-token to generate the JWT token.

Hope this helps. Thanks!

I have generated JWT from my account link https://marketplace.zoom.us/develop/create but it does not work.

Hi zishanj,

The JWT token you got from the Marketplace app is to authenticate with the Zoom REST API, it consists of API key& secret. SDK requires another JWT token which contains SDK key & secret.

Hope this helps. Thanks!