DEV Community

Discussion on: How I integrated zoom in a meteor app

Collapse
 
medelmourabite profile image
medelmourabite

Hello, make sure you test it on chrome and in a normal tab, in my experience it doesn't load some libraries in incognito mode.
Also don't forget to call
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
And if nothing works, call this before preLoadWasm
ZoomMtg.setZoomJSLib("source.zoom.us/1.8.1/lib", "/av");
Here you can find a working example
github.com/medelmourabite/ttp-zoom...

Collapse
 
tepxgit profile image
tepxlearning

Hi Do you have a working sample on a meteor environment?