Javascript error in web SDK (react-dom.min.js:117 TypeError: _.isNil is not a function at zoom-meeting-1.9.0.min.js:2)

Description
Trying join zoom webinar through CDN

Error

Which Client Web SDK version?
Version 1.9.0

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

Device (please complete the following information):

Additional context
Please help me to resove this error

use above code

Hey @zoom44,

Thank you for reaching out to the Zoom Developer Forum. It looks like the meetingConfig variable is defined in a different scope than where it is used. This is because the definition of meetingConfig is in the websdkready() function while the call to init() and join() are in the beginJoin function.

Let me know if that helps.

Thanks,
Max

Thank you for the reply MaxM

meetingConfig variable is defined in the same file where beginjoin function defined. still getting the same error.

Hey @zoom44 ,

Can you please provide additional steps for us to reproduce the issue? :slight_smile:

Also, a github repo with the issue would be helpful so we can debug it locally.

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.