cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

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.