Hey @ldal,
Thank you for reaching out. I want to start by confirming that you are preparing the requisite files when you load the component/view that you’re using. I’ve included a short snippet of what this would look like in Vue code, let me know if setting the prepare statements like this works for you.
<script>
import { ZoomMtg } from "@zoomus/websdk";
ZoomMtg.setZoomJSLib("node_modules/@zoomus/websdk/dist/lib", "/av");
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
export default {
...
</script>
If this doesn’t help, would you be able to share your GitHub repo (minus any sensitive information) so we can work to reproduce the issue on our end?
Thanks,
Max