Can't Run Sample Electron App

Description
The electron demo is stuck in the input jwt token step

Error

Which version?
The master version at https://github.com/zoom/zoom-sdk-electron

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

  1. Build the electron app. I’m currently getting lots of warning errors like ‘/…/zoom_sinks_wrap_class.h:878:3: warning: ignoring return value of function declared with ‘warn_unused_result’ attribute [-Wunused-result]’ but nothing breaking
  2. Run sh run_demo_mac.sh
  3. Enter https://www.zoom.us as the domain
  4. Enter JWT token in the next screen
  5. Notice that the screen does not progress/change, and the following log is output : “AuthWithJwtToken 5”

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

  • This is happening for me using electron 5.2 on Mac OS catalina. There is another discussion topic on this forum showing that the exact instructions and trying to run this on electron 12 fails, but lower versions of electron works. Not sure if that’s related or required.

Hi @eroltok,

Thanks for the post and pardon the late response. Could you post a sample of your JWT payload?

Thanks!

Hi @carson.zoom,

I’m having the same issue. Here is the JWT I’m using, it expires in one week.

eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOm51bGwsImlzcyI6ImRjUUpaZVI2VEtXSXJHRnVDZDkyeEEiLCJleHAiOjE2MDM0MDA4MDksImlhdCI6MTYwMjc5NjAwOX0.lwtzBPAut5Bolur5V3yJ3JUvUh6nsPsJWaV57zBRHbk

Thanks,

I’m having the same issue with the Electron sample app v5.2.41735.0929

Hi @currentoor @tomkit,

Thanks for the reply. Please follow the instruction here: https://github.com/zoom/zoom-sdk-electron#installing to install the dependencies and to run the demo app. For the JWT token, please refer to the instruction in: https://github.com/zoom/zoom-sdk-electron/blob/master/CHANGELOG.md#new-sdk-initialization-method-using-jwt-token; The expiration date cannot be 2+ days after the issue date.

Thanks!

Great thx! That info might be useful on the main github page (instead of the changelog)

Hi @tomkit,

Thanks for the feedback, we have added to the main Github page now, you may find it here: https://github.com/zoom/zoom-sdk-electron#initializing-sdk-with-jwt-token

Thanks!

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