SDKAuth Button Not Working

Hi,

Running the demo application with electron.
electron_demo2

I look retkey veriable is true with console.log but not working authWithJwtToken function.
Nothing happens after clicking the button.Does not return any error codes.what is the problem, can you help?

Hi @zoom30,

Thanks for the post. This is usually caused by an invalid JWT token. The JWT token that the SDK is expecting is a JWT token that is generated from the SDK key & secret. You may find the instruction here: https://github.com/zoom/zoom-sdk-electron#initializing-sdk-with-jwt-token

If you are following the instruction and it is still not working, could you provide a sample payload(without the key) so that we could investigate?

Thanks!