I’m testing zoom/meetingsdk-react-sample
I created a signature via zoom/meetingsdk-auth-endpoint-sample. However, when I joined the meeting, I received the error as shown.
My sdkKey: OhOVnsNrTracgsTUpj5jGg
My Signature: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiJPaE9WbnNOclRyYWNnc1RVcGo1akdnIiwic2RrS2V5IjoiT2hPVm5zTnJUcmFjZ3NUVXBqNWpHZyIsIm1uIjoiOTQzMTQxNzg2MjkiLCJyb2xlIjoxLCJpYXQiOjE3MjMwMjYwOTAsImV4cCI6MTcyMzAzMzI5MCwidG9rZW5FeHAiOjE3MjMwMzMyOTB9.181ASb4XAIuRxxNMyhQL9cMfRiwlIXMMrPQE9MgUppI
Hi,
The “Invalid signature” error (errorCode: 3712) when joining a Zoom meeting with the Meeting SDK usually indicates a problem with the signature generation. Ensure you are using the correct SDK Key and Secret from your Zoom App credentials. Double-check the signature generation logic to confirm it follows Zoom’s guidelines, using the JWT format correctly. Also, verify that the server time where the signature is generated is synchronized with an NTP server, as JWTs are time-sensitive. Lastly, make sure the JWT payload contains all the necessary fields accurately.
Regards,
Bryce June