Skip to content

Commit 0ab2f63

Browse files
committed
updating to 2.3.5
1 parent 762d352 commit 0ab2f63

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "meetingsdk-sample-react",
3-
"version": "2.3.0",
3+
"version": "2.3.5",
44
"author": "Tommy Gaessler",
55
"homepage": "",
66
"private": true,
77
"dependencies": {
88
"@testing-library/jest-dom": "^5.11.4",
99
"@testing-library/react": "^11.1.0",
1010
"@testing-library/user-event": "^12.1.10",
11-
"@zoomus/websdk": "^2.3.0",
11+
"@zoomus/websdk": "^2.3.5",
1212
"react": "^17.0.1",
1313
"react-dev-utils": "^11.0.4",
1414
"react-dom": "^17.0.1",

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<title>Zoom Meeting SDK Sample React</title>
2828

2929
<!-- For Client View -->
30-
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.3.0/css/bootstrap.css" />
31-
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.3.0/css/react-select.css" />
30+
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.3.5/css/bootstrap.css" />
31+
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.3.5/css/react-select.css" />
3232

3333
<!-- Origin Trials to enable Gallery View in Chrome/Edge -->
3434
<!-- More Info: https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/web-isolation -->

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import './App.css';
44
import { ZoomMtg } from '@zoomus/websdk';
55

6-
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.3.0/lib', '/av');
6+
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.3.5/lib', '/av');
77

88
ZoomMtg.preLoadWasm();
99
ZoomMtg.prepareWebSDK();

0 commit comments

Comments
 (0)