Import { ZoomMtg } from ‘@zoomus/websdk’; causing React app to crash

As soon as I import the module the app crashes.

TypeError: Cannot read properties of undefined (reading ‘length’)

ApplicationService.Array.minus
node_modules/@zoomus/websdk/dist/zoomus-websdk.umd.min.js:30806

 30803 |   30804 |   return e;  30805 | }, Array.prototype.minus = function (e) {> 30806 |   for (var n = new Array(), t = {}, o = 0; o < e.length; o++) t[e[o]] = 1;        | ^  30807 |   30808 |   for (var r = 0; r < this.length; r++) t[this[r]] || (t[this[r]] = 1, n.push(this[r]));  30809 | 

SDK version 1.9.9

“I’m also getting this error: Sorry, you can’t embed media items in a post.”

Browser: Chrome

Greetings, @lara.duarte,

Thank you for posting in the Developer Forum! As a start, can you share a screenshot of your code when you encounter that TypeError ?

This will help with troubleshooting.

Best,
Donte

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