Uncaught ReferenceError: localJsonpCallback is not defined using zoom web sdk

Hey @rahul4,

Make sure you allow time for the Web SDK files to load before joining a meeting.

ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

You can check the network tab to see if you are joining the meeting before the Web Assembly files have loaded.

Thanks,
Tommy