Zoomus Web SDK integration

Description
Using zoom web sdk integrated code using Angular Sample but on local getting signature expired error and on production getting meeting number not found in console.

need guidance how i can generate meeting number and how to use an OAuth.

Error
The full error message or issue you are running into.

Which Client Web SDK version?
version - 1.9.1

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

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

Device (please complete the following information):

  • Browser: [e.g. Chrome]

Additional context
Add any other context about the problem here.

Hey @sghadage704,

Thank you for reaching out to the Zoom Developer Forum. When it comes to using the Web SDK make sure that you are using JWT credentials when generating a signature.

Make sure that you’re generating the timestamp for the meeting with a UTC timezone otherwise you may encounter signature expired errors.

I would make sure that you are entering a meeting number that is for a meeting on your account. You shouldn’t generate it but you can use the List Meetings API to retrieve a list of meetings on your account.

Just to make sure I’m on the same page, are you using an OAuth App to call the API? I ask because only JWT credentials will work when generating a signature for the Web SDK.

I hope that helps!

Thanks,
Max

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