Trying to implement Zoom SDK in React 18, getting: Uncaught ReferenceError: process is not defined

This is the error i am currently getting. I am using --openssl-legacy-provider in my start script so that react 18 supports zoom.

Any help would be greatly appreciated

@i190573 Hope you will be fine.

Here are the sessions regarding WebSDK Integrations

Works with React 18 now but gives error with ViteJS.

This error to be exact:

zoomus-websdk.umd.min.js:2 Uncaught TypeError: c2 is not a function
at dt (zoomus-websdk.umd.min.js:2:3638431)
at 48575 (zoomus-websdk.umd.min.js:2:2831595)
at webpack_require (zoomus-websdk.umd.min.js:2:6924410)
at 63301 (zoomus-websdk.umd.min.js:2:2059217)
at webpack_require (zoomus-websdk.umd.min.js:2:6924410)
at 89381 (zoomus-websdk.umd.min.js:2:2064660)
at webpack_require (zoomus-websdk.umd.min.js:2:6924410)
at 20623 (zoomus-websdk.umd.min.js:2:2924528)
at webpack_require (zoomus-websdk.umd.min.js:2:6924410)
at 65007 (zoomus-websdk.umd.min.js:2:2931873)

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