Hi Tommy, i solved the error logs with your assistance.
For any reason the server module downloaded different files (files who starts with numbers 5628 and not 5510), but the front-end tools downloaded the right files, look at the difference bellow:
I just copy and cut these files, and put the setZoomJSLib() to start the functions:
**Missing files to search engines:
-5510_js_media.min.js
-5510_audio.encode.wasm
-5510_video.decode.wasm
-5510_video.mt.wasm
-webim.min.js.mp
innitialize function codes:
import { ZoomMtg } from ‘@zoomus/websdk’;
console.log(“checkSystemRequirements”);
console.log(JSON.stringify(ZoomMtg.checkSystemRequirements()));
ZoomMtg.setZoomJSLib(‘http://127.0.0.1:9090/node_modules/@zoomus/websdk/dist/lib/’, ‘/av’); // note that this function comes before preLoadWasm() and prepareJssdk()
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
Thank’s @tommy