diff --git a/Local/js/index.js b/Local/js/index.js
index 6f630e935..46b90c41f 100755
--- a/Local/js/index.js
+++ b/Local/js/index.js
@@ -4,8 +4,8 @@ console.log("checkSystemRequirements");
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.9.0/lib', '/av'); // CDN version default
-// else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/1.9.0/lib', '/av'); // china cdn option
+// if (!china) ZoomMtg.setZoomJSLib('https://source.zoom.us/1.9.1/lib', '/av'); // CDN version default
+// else ZoomMtg.setZoomJSLib('https://jssdk.zoomus.cn/1.9.1/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();
ZoomMtg.prepareJssdk();
diff --git a/Local/package.json b/Local/package.json
index 524b270f7..a0cb8157b 100755
--- a/Local/package.json
+++ b/Local/package.json
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/coffeelint",
"name": "websdk-local",
- "version": "1.9.0",
+ "version": "1.9.1",
"description": "Zoom sample app for web client WebSDK",
"main": "index.js",
"scripts": {
@@ -19,7 +19,7 @@
"author": "Jack Yang",
"license": "ISC",
"dependencies": {
- "@zoomus/websdk": "1.9.0",
+ "@zoomus/websdk": "1.9.1",
"lodash": "^4.17.14",
"react": "16.8.6",
"react-dom": "16.8.6",
@@ -38,7 +38,7 @@
"babel-polyfill": "^6.26.0",
"babel-preset-airbnb": "^3.0.1",
"css-loader": "^1.0.1",
- "eslint": "^6.8.0",
+ "eslint": "^4.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
From b615538211c0b7ee0fdedf49a7149d27ce6fc06e Mon Sep 17 00:00:00 2001
From: Mete Aykul <78444092+mayk-zoom@users.noreply.github.com>
Date: Mon, 8 Mar 2021 22:47:43 -0800
Subject: [PATCH 2/2] Add remaining 1.9.1 updates
---
CDN/index.html | 18 +++++++++---------
CDN/js/index.js | 4 ++--
CDN/js/meeting.js | 4 ++--
CDN/meeting.html | 16 ++++++++--------
CDN/package.json | 2 +-
CHANGELOG.md | 13 +++++++++++++
6 files changed, 35 insertions(+), 22 deletions(-)
diff --git a/CDN/index.html b/CDN/index.html
index 817461970..10d95a233 100755
--- a/CDN/index.html
+++ b/CDN/index.html
@@ -3,8 +3,8 @@
Zoom WebSDK
-
-
+
+
@@ -62,7 +62,7 @@