cancel
Showing results for 
Search instead for 
Did you mean: 

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

Pur321
Listener

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 1

colegs
Community Champion | Zoom Employee
Community Champion | Zoom Employee

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.