errorCode: 3008, errorMessage: “Please init meeting first!”

Description
I use the zoom js sdk code to embed zoom meeting in our application

Error
Each time I join meeting it give

  1. errorCode: 3008
  2. errorMessage: “Please init meeting first!”
  3. method: “init”
    The spinner is loading continously

Which Web Client SDK version?
I amusing web sdk version 1.9.6

*This is my sample code


ZoomMtg.init({
leaveUrl: this.leaveUrl,
isSupportAV: true,
success: (success) => {

    ZoomMtg.join({
      signature: signature,
      meetingNumber: this.meetingNumber,
      userName: this.userName,
      apiKey: this.apiKey,
      userEmail: this.userEmail,
      passWord: this.passWord,
      success: (success) => {
        console.log(success)
      },
      error: (error) => {
        console.log(error)
      }
    })

type or paste code here

Thanks

That issue got resolved after I remove zmmtg-root div tag
thanks

1 Like

Hey @onepgrguest,

Thank you for reaching out to the Zoom Developer Forum. I’m glad to hear that you resolved your issue! Thanks for sharing the solution here as well.

I’ll go ahead and close this topic now but feel free to open a new topic if you encounter any further issues or questions.

Thanks,
Max