@@ -139,12 +139,12 @@
})
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/CDN/js/index.js b/CDN/js/index.js
index c0ef7a2e2..19141fc33 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.4.5/lib', '/av'); // CDN version default
- // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/2.4.5/lib', '/av'); // china cdn option
+ // if (!china) ZoomMtg.setZoomJSLib('https://source.zoom.us/2.5.0/lib', '/av'); // CDN version default
+ // else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/2.5.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 31ddbf478..7ca2aa3ba 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.4.5/lib", "/av"); // CDN version defaul
+ // ZoomMtg.setZoomJSLib("https://source.zoom.us/2.5.0/lib", "/av"); // CDN version defaul
if (meetingConfig.china)
- ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/2.4.5/lib", "/av"); // china cdn option
+ ZoomMtg.setZoomJSLib("https://jssdk.zoomus.cn/2.5.0/lib", "/av"); // china cdn option
ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
function beginJoin(signature) {
diff --git a/CDN/meeting.html b/CDN/meeting.html
index a528502aa..d574939fb 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 220a25651..0dd11b28c 100755
--- a/CDN/package.json
+++ b/CDN/package.json
@@ -1,6 +1,6 @@
{
"name": "websdk-cdn",
- "version": "2.4.5",
+ "version": "2.5.0",
"description": "Zoom sample app for web client WebSDK",
"main": "index.js",
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c9aa6c07..b422bd806 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,31 @@
# CHANGELOG
+## version 2.5.0
+## Client View
+### Added
+1. Support for testing mics and speakers
+1. Parameter in `init` to enable and configure an intermediary page for users clicking external hyperlinks
+1. Event listener for “Sharing has Started” events
+1. Functional and UI support for new Live Transcription feature
+1. Notifications that recommend upgrading Web SDK version if below the recommend version
+1. Support for preventing device going to sleep when in-meeting
+
+### Enhanced
+1. 720p video subscription logic
+1. Number of Gallery View participants from 9 to 25 (3x3 to 5x5)
+1. “Settings” panel UI and functionality
+
+### Fixed
+1. Issue where an “unrecognized speaker” entry will be shown in the speaker selection list if microphone permissions are not enabled
+1. “Phone Call” panel not showing participant ID and cutting off passcode in webinars
+
+## Component View
+### Added
+1. Archiving privacy notices
+1. Event listener for “Meeting has Ended” events
+### Enhanced
+1. Upgraded package dependency versions
+
+
## version 2.4.5
## General
### Added
diff --git a/Components/package.json b/Components/package.json
index deb48cde1..62699b432 100644
--- a/Components/package.json
+++ b/Components/package.json
@@ -1,13 +1,13 @@
{
"name": "websdk-component-demo",
- "version": "2.4.5",
+ "version": "2.5.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.4.5",
+ "@zoomus/websdk": "2.5.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 632dade47..602b12e47 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 828015b39..0109d3181 100644
--- a/Components/public/nav.html
+++ b/Components/public/nav.html
@@ -3,8 +3,8 @@
Zoom WebSDK Embedded Demo Nav
-
-
+
+
@@ -65,7 +65,7 @@