Skip to content

Commit

Permalink
updating to 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygaessler committed Apr 25, 2023
1 parent 2b2d967 commit 800f281
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zoom Meeting SDK Sample React
# Zoom Meeting SDK React sample

Use of this sample app is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/).

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meetingsdk-sample-react",
"version": "2.11.0",
"version": "2.11.5",
"author": "Zoom Video Communications, Inc.",
"contributors": [
{
Expand All @@ -13,7 +13,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@zoomus/websdk": "^2.11.0",
"@zoomus/websdk": "^2.11.5",
"react": "^17.0.1",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<title>Zoom Meeting SDK Sample React</title>

<!-- For Client View -->
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.11.0/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.11.0/css/react-select.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.11.5/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.11.5/css/react-select.css" />

<!-- Origin Trials to enable Gallery View in Chrome/Edge -->
<!-- More Info: https://developers.zoom.us/docs/meeting-sdk/web/gallery-view/ -->
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import './App.css';
import { ZoomMtg } from '@zoomus/websdk';

ZoomMtg.setZoomJSLib('https://source.zoom.us/2.11.0/lib', '/av');
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.11.5/lib', '/av');

ZoomMtg.preLoadWasm();
ZoomMtg.prepareWebSDK();
Expand Down

0 comments on commit 800f281

Please sign in to comment.