ReferenceError: $ is not defined

Description
I get the following error when I import zoom SDK using npm for react.js

Error
ReferenceError: $ is not defined

Which version?
1.8.0

Screenshots

Code:

import { ZoomMtg } from ‘@zoomus/websdk’;
console.log(‘checkSystemRequirements’);
console.log(JSON.stringify(ZoomMtg.checkSystemRequirements()));
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
//end

Smartphone (please complete the following information):

  • Browser:[e.g. Chrome]

Hey @mikeB2020,

Please make sure jQuery is globally accessible. Checkout the “Usage” section of the setup guide:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.