Skip to content

Commit 1d3037d

Browse files
committed
upgraded to websdk 1.9.6
1 parent 248acb3 commit 1d3037d

File tree

5 files changed

+23
-21
lines changed

5 files changed

+23
-21
lines changed

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "websdk-sample-react",
3-
"version": "1.9.5",
3+
"version": "1.9.6",
44
"author": "Tommy Gaessler",
55
"homepage": "",
66
"private": true,

public/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
-->
2727
<title>Zoom WebSDK Sample React</title>
2828

29-
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/1.9.5/css/bootstrap.css" />
30-
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/1.9.5/css/react-select.css" />
29+
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/1.9.6/css/bootstrap.css" />
30+
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/1.9.6/css/react-select.css" />
3131
</head>
3232
<body>
3333
<noscript>You need to enable JavaScript to run this app.</noscript>
3434
<div id="root"></div>
3535

36-
<script src="https://source.zoom.us/1.9.5/lib/vendor/react.min.js"></script>
37-
<script src="https://source.zoom.us/1.9.5/lib/vendor/react-dom.min.js"></script>
38-
<script src="https://source.zoom.us/1.9.5/lib/vendor/redux.min.js"></script>
39-
<script src="https://source.zoom.us/1.9.5/lib/vendor/redux-thunk.min.js"></script>
40-
<script src="https://source.zoom.us/1.9.5/lib/vendor/lodash.min.js"></script>
41-
<script src="https://source.zoom.us/zoom-meeting-1.9.5.min.js"></script>
36+
<script src="https://source.zoom.us/1.9.6/lib/vendor/react.min.js"></script>
37+
<script src="https://source.zoom.us/1.9.6/lib/vendor/react-dom.min.js"></script>
38+
<script src="https://source.zoom.us/1.9.6/lib/vendor/redux.min.js"></script>
39+
<script src="https://source.zoom.us/1.9.6/lib/vendor/redux-thunk.min.js"></script>
40+
<script src="https://source.zoom.us/1.9.6/lib/vendor/lodash.min.js"></script>
41+
<script src="https://source.zoom.us/zoom-meeting-1.9.6.min.js"></script>
4242

4343
<!--
4444
This HTML file is a template.

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import './App.css';
22

33
declare var ZoomMtg
44

5-
ZoomMtg.setZoomJSLib('https://source.zoom.us/1.9.5/lib', '/av');
5+
ZoomMtg.setZoomJSLib('https://source.zoom.us/1.9.6/lib', '/av');
66

77
ZoomMtg.preLoadWasm();
88
ZoomMtg.prepareJssdk();

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5299,9 +5299,9 @@
52995299
"path-dirname" "^1.0.0"
53005300

53015301
"glob-parent@^5.0.0", "glob-parent@^5.1.0", "glob-parent@~5.1.0":
5302-
"integrity" "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ=="
5303-
"resolved" "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz"
5304-
"version" "5.1.1"
5302+
"integrity" "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="
5303+
"resolved" "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
5304+
"version" "5.1.2"
53055305
dependencies:
53065306
"is-glob" "^4.0.1"
53075307

0 commit comments

Comments
 (0)