Audio, video and share button in video sdk demo app error

Description
Get popup error when clicking on Audio, video and share button in video sdk demo (http://localhost:3000/video)

Error
TypeError: Cannot read property ‘userId’ of null
t.value
zoom-instant-sdk-web-1.0.2/Sample/node_modules/@zoomus/instantsdk/dist/index.umd.js:1

Which Web Video SDK version?
zoom-instant-sdk-web-1.0.2

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

  1. npm run start
  2. Click on “Audio, video and share” button in video sdk demo app

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: PC
  • OS: Windows 10
  • Browser: Chrome
  • Browser Version: Version 89.0.4389.90 (Official Build) (32-bit)

Additional context
Full list of steps performed trying to get the demo app from the new sdk to work:

  1. extract zip file to C:\Users\jholmes002\Documents\zoom-instant-sdk-web-1.0.2
  2. go to folder Sample&Libs, npm install
  3. copy “@zoomus” from zip file to .\node_modules\ (install deletes the zoomus folder)
  4. modify sdkKey and sdkSecret values in src/config/dev.js
  5. npm run start
    ‘Libs\node_modules.bin’ is not recognized as an internal or external command, operable program or batch file. internal/modules/cjs/loader.js:968
  6. renamed Sample&Libs to Sample (suggestion to fix bug from zoom forum)
  7. npm run start (2nd attempt)
    Failed to compile.
    unable to locate “C:\Users\jholmes002\Documents\zoom-instant-sdk-web-1.0.2\Sample\doc” at “C:\Users\jholmes002\Documents\zoom-instant-sdk-web-1.0.2\Sample\doc”
  8. abort and comment out lines 25-28 in ./Sample/config-overrides.js per forum post (fix until v1.0.3 is released)
  9. npm run start (3rd attempt) - VideoSDK Demo window now opens in chrome
  10. Click on “Audio, video and share” button

Hey @joseph.holmes , thanks for posting and using Zoom! :slight_smile:

Sorry to hear you are experiencing this issue, and thanks for providing a thorough post so we can investigate.

We are looking into this and will get back to you with an update. (CS-3258)

Thanks,
Tommy

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