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)