SDK 1.8.5 - Breaking change - Local version broken due to i18n changes

websdk will use cookie

_zm_lang

load default JSON http://localhost:9999/node_modules/@zoomus/websdk/dist/lib/lang/en-US.json for local version websdk loaded success.

I copy node_modules/@zoomus/websdk to websdk for testing
after I set

ZoomMtg.setZoomJSLib(‘/websdk/dist/lib’, ‘/av’);
ZoomMtg.i18n.load(‘en-US’); // load http://localhost:9999/websdk/dist/lib/lang/en-US.json
ZoomMtg.i18n.reload(‘en-US’);

so you will see send two request en-US.json
I’m not sure whethe you say first request en-US.json not use you specific path. if yes, you can ingore this request.


2 Likes