Getting a Black Screen whenever I import the zoom web client sdk through cdn to my website

Description
Hi. I’m building a website that uses the zoom web sdk. Whenever I try to import the Zoom Web SDK Meeting Client, I don’t get any errors but I do get a black screen that covers the whole window. What’s going on? Could this have to do with the list of developer impacting changes? Or is this just me?

Error
There’s no error message, just a black screen.

Which version?
1.7.7
To Reproduce(If applicable)
Steps to reproduce the behavior:

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

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

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version: [e.g. 22]
  • Browser:[e.g. Chrome]

Additional context
Add any other context about the problem here.

Hey @jfsuarezb,

Make sure you are including the pre functions:

Also try putting logs so you can see if the init and join functions are being called.

Thanks,
Tommy

Hey tommy. Thanks! By the way, those functions don’t appear on the SDK Guide.

Same issue, the preload functions are there,

Chrome version: 81.0.4044.124
iOS Version: 12.4.6
Vanilla Web SDK: 1.7.7

@tommy Having the same issue as mentioned by other users, I was also not getting any errors in console on Chrome and the page is just reloading with a blank screen, tried different iPhone devices with the same versions mentioned above.

Here are the steps through which I was able to see errors in the console.
Remove this line from JS
console.log(JSON.stringify(ZoomMtg.checkSystemRequirements()));

Now you’ll see this error in console.
LOG>>>>>>>> CREATE JSMEDIASKD INSTANCE <<<<<<<< ERRORTypeError: null is not an object (evaluating 'e.match(/version\/[\d.]+/gi).toString')

Please assist on this issue.

Hey @jfsuarezb,

They are mentioned here:

We will also add them to our docs. :slight_smile:

Thanks,
Tommy

Hey @elearningevolve,

Please see my response to your post here:

Thanks,
Tommy

Hi tommy,

I am using Web sdk 1.7.8.

I am including these pre functions
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

still I am getting blank screen only in Chrome on iPhone XR 13.5.1 , but in Safari its working without audio.

Hey @Seethaprasad_Mandike,

Please follow our upcoming release which should fix the issue:

Thanks,
Tommy