Hi Team,
I am getting issues Signature is invalid. while using the SDK web sample code.
Here is my payload
{
sdkKey: process.env.ZOOM_SDK_KEY,
mn: req.body.meetingNumber,
role: 1,
iat: iat,
exp: exp,
appKey: process.env.ZOOM_SDK_KEY,
tokenExp: iat + 60 * 60 * 2
}
if I pass role = 0 then its working fine but if pass role=1 then i am getting the issue.
Could anyone can help me?
Hi @umesh.chandra
Thanks for reaching out to the Zoom Developer Forum and welcome to our community, I am happy to help here!
Here’s a super helpful guide to Troubleshoot the meeting sdk signature validation
Hope this helps!
Elisa
1 Like