Unable to pass sdkauth 无法通过 SDKAuth

I downloaded zoom SDK electron master.Follow the instructions step by step.

  • Win10 x64
  • Electron v5.0.2
  • Chromium v73.0.3683.121
  • Node v12.0.0
  • v8 v7.3.492.27-electron.0

run_demo_win.bat

on click “Start Demo”

Input Jwt token and on click “SDKAuth”
Jwt token From “https://jwt.io/

{
“aud”: null,
“iss”: “pGx45pd1TVWsYlGh8mNE8Q”, //API Key
“exp”: 1601961370,
“iat”: 1601874973
}

HMACSHA256(
base64UrlEncode(header) + “.” +
base64UrlEncode(payload),

TMU55XRB2oZqMua*******WIHq // API Secret

) secret base64 encoded

Console terminal


D:\ZOOM\zoom-sdk-electron-master\demo>call electron .

retCustomize 0
retURLCustomize 0
retPictureCustomize 0
InitSDK 0
Error: Send error, 10051 Unknown error
Error: Send error, 10051 Unknown error
Error: Send error, 10051 Unknown error
AuthWithJwtToken 0


Is it JWT token configuration problem or network problem?
Thanks!

!!!Online, etc!!!

Hi @358862672,

Thanks for using Zoom SDK and pardon the late response. The JWT token that the SDK is expecting is a JWT token that is generated by SDK key/secret. You may find the instruction here: https://github.com/zoom/zoom-sdk-electron/blob/master/CHANGELOG.md#new-sdk-initialization-method-using-jwt-token

Thanks!

Hi , did you got the solution of this error:
Error: Send error, 10051 Unknown error
Error: Send error, 10051 Unknown error
Error: Send error, 10051 Unknown error
If yes, then please share your findings/solution.

Hey @mtaha,

Thanks for using the dev forum!

Usually unknown errors mean that the payload of the JWT is incorrect somehow. Can you provide the payload you are using to generate your JWT? Please omit your SDK key.

Thanks!
Michael