@@ -138,12 +138,12 @@
})
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/js/index.js b/CDN/js/index.js
index ce97984f..5f84a44d 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/2.11.0/lib', '/av'); // CDN version default
- // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/2.11.0/lib', '/av'); // china cdn option
+ // if (!china) ZoomMtg.setZoomJSLib('https://source.zoom.us/2.11.5/lib', '/av'); // CDN version default
+ // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/2.11.5/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 bfe96497..bb90fd44 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/2.11.0/lib", "/av"); // CDN version defaul
+ // ZoomMtg.setZoomJSLib("https://source.zoom.us/2.11.5/lib", "/av"); // CDN version defaul
if (meetingConfig.china)
- ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/2.11.0/lib", "/av"); // china cdn option
+ ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/2.11.5/lib", "/av"); // china cdn option
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
function beginJoin(signature) {
diff --git a/CDN/meeting.html b/CDN/meeting.html
index 17f59975..d0e18fb0 100644
--- a/CDN/meeting.html
+++ b/CDN/meeting.html
@@ -3,20 +3,20 @@
Zoom WebSDK CDN
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/package.json b/CDN/package.json
index 7531d8c5..99f2695b 100755
--- a/CDN/package.json
+++ b/CDN/package.json
@@ -1,6 +1,6 @@
{
"name": "websdk-cdn",
- "version": "2.11.0",
+ "version": "2.11.5",
"description": "Zoom sample app for web client WebSDK",
"main": "index.js",
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac0a1f08..591fa61c 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,13 @@
# CHANGELOG
+## version 2.11.5
+## General
+### Enhanced
+1. Video share with audio can unmute mic when chrome>=111.
+
+## Client view
+### Fixed
+1. Video share A/V keep sync when enable "Optimize for Video Clip".
+
## version 2.11.0
## General
### Added
diff --git a/Components/package.json b/Components/package.json
index b9d9b4d0..ba335346 100644
--- a/Components/package.json
+++ b/Components/package.json
@@ -1,13 +1,13 @@
{
"name": "websdk-component-demo",
- "version": "2.11.0",
+ "version": "2.11.5",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
- "@zoomus/websdk": "2.11.0",
+ "@zoomus/websdk": "2.11.5",
"antd": "^4.14.1",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
diff --git a/Components/public/cdn.html b/Components/public/cdn.html
index 6a1b7c3c..0c226218 100644
--- a/Components/public/cdn.html
+++ b/Components/public/cdn.html
@@ -5,9 +5,9 @@
WebSDK Embedded CDN demo
-
-
-
+
+
+
diff --git a/Components/public/nav.html b/Components/public/nav.html
index 10d0a8da..dcc5458b 100644
--- a/Components/public/nav.html
+++ b/Components/public/nav.html
@@ -3,8 +3,8 @@
Zoom WebSDK Embedded Demo Nav
-
-
+
+
@@ -66,7 +66,7 @@