"Invalid signature" error using zoom-meeting-3.8.0

Before Creating a New Topic:

Invalid signature
errorCode: 3712
method: join

Format Your New Topic as Follows:

Meeting SDK Type and Version
@zoom/meetingsdk

Description
As a JavaScript developer, I am currently working on integrating the Zoom Web SDK but have encountered some challenges that I have been unable to resolve. Unfortunately, I am receiving the following error:

The project is being run locally, with the backend on and the frontend on using http-server. Below are the relevant details:

•	CLIENT_SECRET: redacted
•	CLIENT_ID: xPiiogzgTv2UE8nJqNy2MQ
•	Meeting Number: 73616755381
•	Password: 37jceJ
•	Role: 0

Please make a note of the generated signature:-

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiJ4UGlpb2d6Z1R2MlVFOG5KcU55Mk1RIiwic2RrS2V5IjoieFBpaW9nemdUdjJVRThuSnFOeTJNUSIsIm1uIjo3MzYxNjc1NTM4MSwicm9sZSI6MCwiaWF0IjoxNzIzMjg3NDAyLCJleHAiOjE3MjMyOTQ2MDIsInRva2VuRXhwIjoxNzIzMjk0NjAyfQ.y3ywYHfThdyRqTJhQMQq_EtGV3b-sV3vmPTHV57mV94

I would appreciate any guidance on resolving this issue.

Error?
{
“method”: “join”,
“status”: false,
“result”: “Invalid signature.”,
“errorCode”: 3712,
“errorMessage”: “Signature is invalid.”
}

@raydedon please reset your password.

For meeting sdk, you need to use a client id and client secret from a meeting sdk app type or general app type (with meeting sdk feature enabled in the embed tab).

You cannot use Server to server oauth’s Client ID and Client Secret