Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772) | Community
Skip to main content
Newcomer
October 15, 2021
Question

Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772)

  • October 15, 2021
  • 1 reply
  • 0 views

I've integrated SDK for zoom meeting and getting error (Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772)) while joining the meeting.

ZoomMtg.init({
      leaveUrl: 'https://test.in',
      isSupportAV: true,
      success: success => {
        ZoomMtg.join({
  signature: 'ZFp6dkExTW9UQkNRN0NxOTE2dEZSQS45NjMxMTcwODAyMi4xNjM0MjkxNTczNjUxLjEuY09jTFI3cGc2V0FnNWl=',
          meetingNumber: 9631*****,
          userName: 'Testuser',
          apiKey: '**********',
          userEmail: 'test@test.com',
          passWord: '757915',
          role: 1,
          success: success => {
            console.log(success)
          },
          error: error => {
            console.log(error)
          }
        })
      },
      error: error => {
        console.log(error)
      }
    })

    1 reply

    Community Champion | Employee
    October 15, 2021

    Pur321, 

     

    In order to get coding support, I would recommend you work with our developer advocates that can help in debugging the code.  You can do this either in the Devforum (they may already have a solution provided), or by submitting a support request.