SDK Sample 'The signature has expired'

Description
Getting the following error on ZoomMtg.join()

Error

{
  status: false,
  errorCode: 200,
  errorMessage: "The signature has expired.",
  result: null
}

Which version?

  • @zoomus/websdk@1.7.0

To Reproduce

Screenshots

Hey @sap, thanks for posting and using Zoom!

For the API Key and Secret, make sure you are using the JWT App credentials, not an SDK App.

Thanks,
Tommy

With JWT credentials, I’m getting the following response

{
  "status": false,
  "errorCode": 200,
  "errorMessage": "Invalid signature.",
  "result": null
}

I’m using @zoomus/websdk
I have tried both SDK credentials and JWT credentials

I have read other answers and I figured that if I removed dashes from the meeting id It works

Hey @sap,

Yes the meetingID must not have any dashes in it.

Glad you were able to resolve your issue! :slight_smile:

Thanks,
Tommy