Skip to content

Commit

Permalink
updated to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygaessler committed Jun 2, 2023
1 parent 7e22084 commit 2bf4e28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.12.2",
"version": "2.13.0",
"private": true,
"author": "Zoom Video Communications, Inc.",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@zoomus/websdk": "^2.12.2",
"@zoomus/websdk": "^2.13.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.12.2/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.12.2/css/react-select.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.13.0/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.13.0/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/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.12.2/lib', '/av');
ZoomMtg.setZoomJSLib('https://source.zoom.us/2.13.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 @@ -1605,10 +1605,10 @@
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@zoomus/websdk@^2.12.2":
version "2.12.2"
resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.12.2.tgz#6f08f58dacad177805c24a5b9d0c3e3f6f4da3ae"
integrity sha512-XUxjid9EJHo0nZQuteibzQLDw/xqnOmyZVi5mSgumOgenCfqNcEu4myMzuhGG4FUWEbhv+pIk6LT9OorXST9/Q==
"@zoomus/websdk@^2.13.0":
version "2.13.0"
resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.13.0.tgz#fbf01bd235dd5faf409ad91eabbaaf9cb7e4d842"
integrity sha512-m+rt8ABzenwQQrBGKGtY4TMewsL+6bFb0nm2yHBgjhhJjdeFBbEcGb5GF0/dTEskE3Ov2smd36WdnXJacMZH8g==
dependencies:
lodash "^4.17.21"
react "16.13.0"
Expand Down

0 comments on commit 2bf4e28

Please sign in to comment.