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 63899cc commit 9da6179
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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-angular",
"version": "2.12.2",
"version": "2.13.0",
"author": "Zoom Video Communications, Inc.",
"contributors": [
{
Expand All @@ -25,7 +25,7 @@
"@angular/platform-browser": "~13.1.0",
"@angular/platform-browser-dynamic": "~13.1.0",
"@angular/router": "~13.1.0",
"@zoomus/websdk": "^2.12.2",
"@zoomus/websdk": "^2.13.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.3",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { DOCUMENT } from '@angular/common';

import { ZoomMtg } from '@zoomus/websdk';

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();
Expand Down

0 comments on commit 9da6179

Please sign in to comment.