Akhand  
                
               
                 
              
                  
                    October 18, 2021,  5:28am
                   
                   
              1 
               
             
            
              Description  
Getting error while joining the meeting
Error in console  
Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772)
Which Web Meeting SDK version?  
1.9.9
Meeting SDK Code Snippets  
ZoomMtg.init({ 
leaveUrl: ‘https://test.in ’, 
isSupportAV: true, 
success: success => { 
ZoomMtg.join({ 
signature: ‘’, 
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) 
} 
})
Device (please complete the following information): 
Windows 10 
Chrome 
Version 94.0.4606.81 (Official Build) (64-bit) 
 
             
            
               
               
               
            
            
           
          
            
              
                MaxM  
                (Max M.)
               
              
                  
                    October 19, 2021,  9:58pm
                   
                   
              2 
               
             
            
              Hey @Akhand ,
It looks like this could be related to lodash conflicting in the project. Please see the following post and let me know if it’s helpful:
  
  
    Description 
I’m running into errors using the WebSDK due to a lodash conflict posed by another script (Coveo search) loading AFTER the zoom lodash dependency which has its own custom lodash build baked into it.  The specific error i’m seeing is “_.isNil() is not a function” when running the ZoomMtg.join() method.  So what’s essentially happening is this: 
Zoom loads it’s lodash dependency, exposing a global _ object.
Our Coveo script loads in at the end of the body and overwrites Zoom’s _ obje…
   
 
Thanks, 
Max
             
            
               
               
               
            
            
           
          
            
              
                Akhand  
                
               
              
                  
                    October 20, 2021,  9:38am
                   
                   
              3 
               
             
            
              Hi @MaxM  ,
This doesn’t solve my problem. I’m using lodash of version “4.17.21”. Can you please get it reviewed by the engineering team ASAP?
             
            
               
               
               
            
            
           
          
            
              
                Akhand  
                
               
              
                  
                    October 20, 2021,  1:00pm
                   
                   
              4 
               
             
            
              Hi @MaxM  ,
I’ve removed lodash from my project, still getting the same error. Please get in touch with your tech team.
             
            
               
               
               
            
            
           
          
            
              
                MaxM  
                (Max M.)
               
              
                  
                    October 26, 2021, 12:25am
                   
                   
              5 
               
             
            
              Hey @Akhand ,
When testing with our Sample Web App  at version 2.0.1 I’m not seeing this same issue.
From here, I’m thinking this is related to the specific implementation. Are you seeing this when testing with the Sample app on the latest version?
If so, please provide steps to reproduce the issue. If not, then I would review the dependencies that are imported in your project to see if they are conflicting.
Thanks, 
Max
             
            
               
               
               
            
            
           
          
            
              
                system  
                (system)
                  Closed 
               
              
                  
                    November 25, 2021, 10:25am
                   
                   
              6 
               
             
            
              This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.