Using API Key and Secret from a user and meeting id from another user

Description
I have created a JWT token and used it to instantiate ZoomMtg.init() using signature with API Key and API Secret from a user, and used a meeting ID and password from another user

Error
I can get a Web Client Zoom meeting using the API Key and API Secret from a user different from the one that is the owner of the Zoom meeting ID and password

Which Web Client SDK version?
1.9.1

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

  1. Create signature wit API Key and API Secret from a given user
  2. Configure the Web Client SDK with that API Key and API Secret
  3. Create the Web Client SDK instance using a meeting ID from another user
  4. The Web Client SDK creates the meeting frame

I expected Zoom to show at least a warning showing that the Key and Secret corresponds to another user

Hey @ghiamar,

Thank you for reaching out to the Zoom Developer Forum. Instead of creating a JWT token, please make sure that you are following our guide on Generating a Signature.

Let me know if that helps.

Thanks,
Max

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