I18n error while upgrading from 1.8.1 to 1.8.6 zoom web sdk

Description
Upgrading from 1.8.1 to 1.8.6 zoom web sdk getting error related to i18n

Error
Uncaught TypeError: window.i18n.get is not a function
at x (zoom-meeting-1.8.6.min.js:2)
at Object. (zoom-meeting-1.8.6.min.js:2)
at n (zoom-meeting-1.8.6.min.js:2)
at Object. (zoom-meeting-1.8.6.min.js:2)
at n (zoom-meeting-1.8.6.min.js:2)
at Object. (zoom-meeting-1.8.6.min.js:2)
at n (zoom-meeting-1.8.6.min.js:2)
at Object. (zoom-meeting-1.8.6.min.js:2)
at n (zoom-meeting-1.8.6.min.js:2)
at Object. (zoom-meeting-1.8.6.min.js:2)

Which version?
1.8.6

Hey @brijesh.patil,

Thank you for reaching out to the Zoom Developer Forum. As of v1.8.3 we have been moving away from using the i18n module in jQuery and instead have included it as part of the ZoomMtg object. You can see this referenced in the enhancements section of this post:

We also detail some example code that can be used in our NPM Package

I hope that helps! Let me know if you have any questions and if that doesn’t help, please provide the snippet of code that is causing this error.

Thanks,
Max

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