@@ -139,12 +139,12 @@
})
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/js/index.js b/CDN/js/index.js
index ef1cf2867..86390e7f4 100755
--- a/CDN/js/index.js
+++ b/CDN/js/index.js
@@ -12,8 +12,8 @@ function websdkready() {
console.log(JSON.stringify(ZoomMtg.checkSystemRequirements()));
// it's option if you want to change the WebSDK dependency link resources. setZoomJSLib must be run at first
- // if (!china) ZoomMtg.setZoomJSLib('https://source.zoom.us/1.8.5/lib', '/av'); // CDN version default
- // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/1.8.5/lib', '/av'); // china cdn option
+ // if (!china) ZoomMtg.setZoomJSLib('https://source.zoom.us/1.8.6/lib', '/av'); // CDN version default
+ // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/1.8.6/lib', '/av'); // china cdn option
// ZoomMtg.setZoomJSLib('http://localhost:9999/node_modules/@zoomus/websdk/dist/lib', '/av'); // Local version default, Angular Project change to use cdn version
ZoomMtg.preLoadWasm(); // pre download wasm file to save time.
diff --git a/CDN/js/meeting.js b/CDN/js/meeting.js
index 4e70f21d4..4489ff39d 100644
--- a/CDN/js/meeting.js
+++ b/CDN/js/meeting.js
@@ -49,9 +49,9 @@ function websdkready() {
console.log(JSON.stringify(ZoomMtg.checkSystemRequirements()));
// it's option if you want to change the WebSDK dependency link resources. setZoomJSLib must be run at first
- // ZoomMtg.setZoomJSLib("https://source.zoom.us/1.8.5/lib", "/av"); // CDN version defaul
+ // ZoomMtg.setZoomJSLib("https://source.zoom.us/1.8.6/lib", "/av"); // CDN version defaul
if (meetingConfig.china)
- ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/1.8.5/lib", "/av"); // china cdn option
+ ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/1.8.6/lib", "/av"); // china cdn option
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
function beginJoin(signature) {
diff --git a/CDN/meeting.html b/CDN/meeting.html
index 854bf65ab..44a343e99 100644
--- a/CDN/meeting.html
+++ b/CDN/meeting.html
@@ -3,20 +3,20 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/package.json b/CDN/package.json
index 9c3abec99..f6b45e289 100755
--- a/CDN/package.json
+++ b/CDN/package.json
@@ -1,6 +1,6 @@
{
"name": "websdk-cdn",
- "version": "1.8.5",
+ "version": "1.8.6",
"description": "Zoom sample app for web client WebSDK",
"main": "index.js",
"dependencies": {},
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e1642226..a7fa11c03 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,21 @@
# CHANGELOG
+## version 1.8.6
+## Bug Fixes
+1. Fixed Attendee cannot join in to BreakOut Room when "Enable Waiting Room" is enabled
+2. Fixed Attendee Leaves meeting show 'trying to reconect'
+3. Fixed Joined audio user can't show wating room when be put on hold
+4. Fixed Android Chrome Audio don't work
+5. Fixed Audio stops working when High-Fidelity/Stereo Mode is Enabled
+6. Fixed Start Video Black Screen in Mac When Only One attendee
+7. Fixed "The host mute/unmuted you" when call me success/hangeup
+8. Fixed definition of ZooMtg.i18n wrong
+9. Fixed co-host call rename/muteAll/expel/record/lockMeeting/putOnHold API no privilege
+
+## Enhancements
+1. polling switcher split meeting and webinar
+2. remove default load language resource cause 404
+3. Add setSupportLanguage api
+
## version 1.8.5
## Add
diff --git a/Local/index.html b/Local/index.html
index 970b0f424..f85c371bc 100755
--- a/Local/index.html
+++ b/Local/index.html
@@ -60,7 +60,7 @@