ZoomWebSDK - Fail to join the meeting - errorCode 200 - url: https://zoom.us/webSDK/recaptcha

Description
I’m doing an integration where on registration some people will select whether or not they want to enter a specific zoom room.

I did the SDK setup and I’m testing it in the development environment (http://localhost)

I’m getting the error “Fail to join the meeting.”

Browser Console Error

{type: ‘JOIN_MEETING_FAILED’, reason: ‘Fail to join the meeting.’, errorCode: 200, url: ‘Web SDK Captcha - Zoom’}

Which Web Meeting SDK version?
2.1.0 loaded through CDN

Meeting SDK Code Snippets

let client = ZoomMtgEmbedded.createClient();
client.join({
apiKey: ‘’,
signature: ‘<%= signature(meetingID) %>’,
meetingNumber: meetingID,
password: mettingPassword,
userName: userName
})

Device (please complete the following information):

  • Device: Dell Inspiron
  • OS: Kubuntu
  • Browser: Chrome
  • Browser Version Version 96.0.4664.45 (Official Build) (64-bit)

Hey @vinicius.goncalves,

Thank you for reaching out to the Zoom Developer Forum. Are you able to share the meeting ID that you’re using when you see this? I would also try testing with the Sample Web App to remove any variables.

Thanks,
Max

meetingId: [REDACTED]

Is my personal meeting ID

The sample web app is giving me Invalid Signature error.

Hi, @vinicius.goncalves,

Have tried searching the Developer Forum for a solution to resolve that error? Check out these 50+ results for Invalid Signature error here:

50+ Invalid Signature error results

If you don’t find an answer, please submit a ticket to us at developersupport@zoom.us – we are always happy to help!

Best,
Donte

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