Skip to content

Commit

Permalink
updated to sdk version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygaessler committed Apr 30, 2022
1 parent b35cfaa commit 560f60c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use of this sample app is subject to our [Terms of Use](https://zoom.us/docs/en-

This repo is a [Vue.js 2](https://vuejs.org/) app generated via the [Vue CLI](https://cli.vuejs.org/) that uses the [Zoom Meeting SDK](https://marketplace.zoom.us/docs/sdk/native-sdks/web) to start and join Zoom meetings and webinars.

![Zoom Meeting SDK Client View](https://marketplace.zoom.us/docs/images/sdk/msdk-web-client-sab-gallery.png)
![Zoom Meeting SDK Client View](https://marketplace.zoom.us/docs/images/sdk/msdk-web-client-view.gif)

## Installation

Expand Down Expand Up @@ -74,11 +74,11 @@ To get started, clone the repo:

### Client View

![Zoom Meeting SDK Client View](https://marketplace.zoom.us/docs/images/sdk/msdk-web-client-sab-gallery.png)
![Zoom Meeting SDK Client View](https://marketplace.zoom.us/docs/images/sdk/msdk-web-client-view.gif)

### Component View

![Zoom Meeting SDK Component View](https://marketplace.zoom.us/docs/images/sdk/msdk-web-component-sab-gallery.png)
![Zoom Meeting SDK Component View](https://marketplace.zoom.us/docs/images/sdk/msdk-web-component-view.gif)

Learn more about [Gallery View requirements](https://marketplace.zoom.us/docs/sdk/overview/improve-performance) and [see more product screenshots](https://marketplace.zoom.us/docs/sdk/overview/improve-performance#sharedarraybuffer-ui-differences).

Expand Down
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-vuejs",
"version": "2.3.5",
"version": "2.4.0",
"private": true,
"author": "Max Mansfield",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@zoomus/websdk": "^2.3.5",
"@zoomus/websdk": "^2.4.0",
"axios": "^0.21.2",
"core-js": "^3.6.5",
"is-svg": "^4.2.2",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<title><%= htmlWebpackPlugin.options.title %></title>

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

<!-- Origin Trials to enable Gallery View in Chrome/Edge -->
<!-- More Info: https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/web-isolation -->
Expand Down
2 changes: 1 addition & 1 deletion src/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ZoomMtg } from '@zoomus/websdk';
export default {
name: 'HelloWorld',
created () {
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.3.5/lib', '/av');
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.4.0/lib', '/av');
ZoomMtg.preLoadWasm();
ZoomMtg.prepareWebSDK();
// loads language files, also passes any error messages to the ui
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1568,10 +1568,10 @@
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@zoomus/websdk@^2.3.5":
version "2.3.5"
resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.3.5.tgz#3d8bf39d0561ab4a4aa39eca4dda08db3a9aa6b0"
integrity sha512-EAgeoh6CV22ljO8AFbRV7Zv6APL66JuUt/EKqQwcnDRW8T9/dyFFsZF3OqJAjSE2eU3k9FR827dUk9ecTGTbXg==
"@zoomus/websdk@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.4.0.tgz#cc1ca3af63ca9406589ae16c35eb156471630a8e"
integrity sha512-/Dil6u7gfHzWvUmvT6shtDI6JBcCJlohsYbMIJ2SGHShIt2WxbyqktBtOjdmV/4jhsYVH+h3Bn2epOCuG69+lg==
dependencies:
lodash "^4.17.21"
react "16.8.6"
Expand Down

0 comments on commit 560f60c

Please sign in to comment.