ZAK and JWT/OAuth

Hello team,
I am using your SDK and I downloaded the demo app based on Ionic and it is working fine. When I came to the part of Zoom token and access token I was confused.
First I tried your OAuth trial and it worked fine but the output was Access Token and refresh token not the token and access token as expected. When I tried JWT and created the app on the Marketplace I was confused which token should I use as Zoom token and access token with the SDK.
Finally I found https://marketplace.zoom.us/docs/sdk/native-sdks/preface/zak#zoom-token--zoom-access-token-zak--non-login-user-only to generate the access token but it always give me “{“code”:124,“message”:“Invalid access token.”}” beside what is the value of the token in this case?

Your help is much appreciated as I need to try the features as soon as possible.

Thanks
Mai

Hey @mai.wanas,

We are looking into this and will get back to you as soon as possible.

Thanks,
Tommy

Hi @mai.wanas, to use our SDKs you’ll need to use your SDK Key & Secret which are generated by creating an SDK app on the Marketplace (Similar to how you created an OAuth app).

Information on creating and accessing your SDK credentials can be found here: https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-sdk-app

Information on adding those keys to our Ionic SDK can be found here: https://marketplace.zoom.us/docs/sdk/hybrid-frameworks/ionic/getting-started/edit-your-keys-names#1-add-your-keys--secrets