Description
Can’t seem to init the ZoomMtg
library in my Next JS project. When i try to used it will throw the error below
Browser Console Error
ReferenceError: window is not defined
Which Web Meeting SDK version?
v2.0.1
Meeting SDK Code Snippets
Error starts immediately after trying to use th ZoomMtg
import { ZoomMtg } from "@zoomus/websdk";
ZoomMtg.setZoomJSLib("https://source.zoom.us/2.0.1/lib", "/av");
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
Screenshots
Device (please complete the following information):
- Device: [e.g. Macbook Pro]
- OS: [e.g. macOS 11]
- Browser: Chrome
- Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)]
Additional context