Description
With SDK 1.8.5, you applied changes on the language handling (i18n changes mentioned in your change log post)
I have correctly applied changes on the code to load the specific languages and apply customization, this is fine.
Unfortunately, for local versions, instead of using the custom lib path specified by the following line:
It tries to access the default location to find language json resources (node_modules/@zoomus/websdk/dist/lib/lang/en-US.json as an example)
This provoke the following error and prevent from the Zoom component to correctly load translation, breaking the application.
New i18n module should use the custom lib path.
Could you please have a look at it ASAP ?