Meeting SDK for windows getting started help

Hey there, so I’m trying to follow the “Get started with Zoom Meeting SDK for Windows” guide, but I am running into some issues. First of, the JWT token that is required in the demo, is as far as I know not used anymore, and therefore not possible. Thought I might be messing something.

In the ‘Try the demo’ in step 2, it askes for: ‘On the next dialog, enter your JWT token and press Auth .’ but I cant figure out how to get the JWT token as it seems like it is not used anymore, and is now replaced with S2S, or am I missing something.

But if it is still used, how do I generate a JWT as the documentation is lacking a bit, or i just don’t understand how you are supposed to do it.

Any help is much appreciated : D

@noahviktorschenk ,

The JWT Token should not be confused with the deprecated JWT App Type.

You can generate a JWT Token, or Signature either using your

  • SDK Key + SDK Secret or
  • Client ID + Client Secret

These are found in your Meeting SDK App Type.

Here’s the documentation on how to generate it

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