Integrating Zoom in Web Application Client Side

I am working on Zoom javascript. Video part is not working.

it is joining meeting, it shows participants list and everything but it shows black screen.

Camara is detected, but not showing self video and participant video. just showing a black screen.’

Attached screenshot,

Failed to load resource: the server responded with a status of 404 (Not Found)
lib/av/video.decode.wasm:1 Failed to load resource: the server responded with a status of 404 (Not Found)
lib/av/sharing.wasm:1 Failed to load resource: the server responded with a status of 404 (Not Found)
index.js:38 bF9ZczhVMUJTZXVwYWc3R1ZUUzVyZy43Njg5NTY0MzEuMTU0Nzg3NDQ0MTQyNS4xLno2alBTK1JYT0g0MmJ6b25UamFOdGI2Uk91RkxCdGRNVlNIdDBldXRJMjg9
index.js:60 join meeting success

Hi @jeno,

Sorry for the late reply, what OS and browser are you using? How are you including the AV files within your project?

Thanks

  1. using windows server 2012 R2 standard

  2. just i copied the files and paste in our project directory

Hi,
can you Provide me sample code

Regards

Jeno Winning

Hi @jeno,

It seems to be a reference error, make sure the files are being referenced correctly similar to the structure for our sample web app - https://github.com/zoom/sample-app-web.

Thanks

Hi,
The folder structure is correct as mentioned in sample-app-web,
I have attached the code for your reference.

Please do the needful.

Regards,
Jeno Winning

Closing as this is an old issue.

Please see the latest version of the sample app here: GitHub - zoom/sample-app-web: Zoom Web SDK Sample App

Thanks,
Tommy