cancel
Showing results for 
Search instead for 
Did you mean: 
Effective January 9th, 2026 through January 22nd, 2026: The Zoom Community is currently in read-only mode with login disabled, to deliver you a new and improved community experience!

The site is still accessible to view, however, the ability to login, create content, or access your community account is temporarily unavailable. We appreciate your patience during this time. If seeking support, please browse existing community content or ask our Zoom Virtual Agent.

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

Pur321
Newcomer
Newcomer

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 | Employee
Community Champion | 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.