@@ -139,12 +139,12 @@
})
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/js/index.js b/CDN/js/index.js
index bd0eda458..ded28c1db 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.0.1/lib', '/av'); // CDN version default
- // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/2.0.1/lib', '/av'); // china cdn option
+ // if (!china) ZoomMtg.setZoomJSLib('https://source.zoom.us/2.1.0/lib', '/av'); // CDN version default
+ // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/2.1.0/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 f6149b506..9d931937d 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.0.1/lib", "/av"); // CDN version defaul
+ // ZoomMtg.setZoomJSLib("https://source.zoom.us/2.1.0/lib", "/av"); // CDN version defaul
if (meetingConfig.china)
- ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/2.0.1/lib", "/av"); // china cdn option
+ ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/2.1.0/lib", "/av"); // china cdn option
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
function beginJoin(signature) {
diff --git a/CDN/meeting.html b/CDN/meeting.html
index ad0a7e3c4..583c27b91 100644
--- a/CDN/meeting.html
+++ b/CDN/meeting.html
@@ -3,20 +3,20 @@
Zoom WebSDK
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/package.json b/CDN/package.json
index 63b14ec54..8becbafd3 100755
--- a/CDN/package.json
+++ b/CDN/package.json
@@ -1,6 +1,6 @@
{
"name": "websdk-cdn",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "Zoom sample app for web client WebSDK",
"main": "index.js",
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 207f41709..beacf1612 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,36 @@
# CHANGELOG
+# version 2.1.0
+## Common
+### Added
+1. Support for WebCodec Encode API to improve audio/video/sharing quality and experience
+2. Browser-console messages to clarify Gallery View requirements when insufficient – such as SharedArrayBuffer Origin Trial or cross-origin isolation status
+
+### Enhanced
+1. “Chrome Tab” screen share option to include “Share audio” checkbox
+
+## WebSDK Client View
+### Added
+1. Focus mode
+
+### Fixed
+1. Bug where both audio tracks can be heard when using Language Interpretation
+2. Meeting crashes when spotlighting 4+ people
+3. Broken “Learn More” link in Screen Sharing popup when attempting to share without browser access
+4. Inability to change reaction skin tone
+5. “join()” function not returning error codes when password is incorrect
+
+## WebSDK Component View
+### Added:
+1. “Tk” parameter to “join()” function to allow users to join Webinars with registration
+
+### Enhanced:
+1. Code architecture quality and robustness
+
+### Fixed
+1. Issue where the Gallery View page-change buttons could be positioned incorrectly
+2. Not all hands being lowered properly when clicking “Lower Hand” button
+
+
## version 2.0.1
## WebSDK Client View
## Added
diff --git a/Components/package.json b/Components/package.json
index ec4f05905..a7f7f6b80 100644
--- a/Components/package.json
+++ b/Components/package.json
@@ -1,13 +1,13 @@
{
"name": "websdk-component-demo",
- "version": "2.0.1",
+ "version": "2.1.0",
"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.0.1",
+ "@zoomus/websdk": "2.1.0",
"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 219b9d3cd..3f6a820f9 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 f43cb9bbe..c5ed83a51 100644
--- a/Components/public/nav.html
+++ b/Components/public/nav.html
@@ -3,8 +3,8 @@
Zoom WebSDK Embedded Demo Nav
-
-
+
+
@@ -65,7 +65,7 @@