"Signature is invalid."

Description
We are letting users join meeting created by other users from there account. When loading the page it is returning error Invalid signature

Error

  1. errorCode: 3712
  2. errorMessage: "Signature is invalid
    My code is
    > ZoomMtg.join({
			signature: meetConfig.signature,
                        meetingNumber: meetConfig.meetingNumber,
                        userName: meetConfig.userName,
                        apiKey: meetConfig.apiKey,
                        userEmail: meetConfig.userEmail, 
                        passWord: meetConfig.password,
					success: (success) => {
                            console.log(success);
                        },

error: (error) => {
console.log(error)
}
});

HI @jsharookh848,

Can you share your encoded signature with me? This will help me to debug.

Thanks,
Will

Hi
Thank you for the reply. I could fix it myself. I was using WEB SDK API ans secret when i use JWT keys it solved my problem.
Now i would like to know if there is any chance i can mute and turn off video for all attendees using the SDK. i saw that there is a muteall fuction . But later the attendees are able to unmute themself.
Thank you
Jasim

1 Like

Hey @jsharookh848,

Happy to hear you resolved your signature issue.

As for your follow up, checkout my post here:

Thanks,
Tommy

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