diff --git a/package.json b/package.json index 89aafa1..808dc28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meetingsdk-sample-vuejs", - "version": "2.15.2", + "version": "2.16.0", "private": true, "author": "Zoom Video Communications, Inc.", "contributors": [ @@ -17,7 +17,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@zoomus/websdk": "^2.15.2", + "@zoomus/websdk": "^2.16.0", "axios": "^0.21.2", "core-js": "^3.6.5", "is-svg": "^4.2.2", diff --git a/public/index.html b/public/index.html index d7b17b4..c8eb102 100644 --- a/public/index.html +++ b/public/index.html @@ -8,8 +8,8 @@ <%= htmlWebpackPlugin.options.title %> - - + + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index de67140..253b367 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -12,7 +12,7 @@ import { ZoomMtg } from '@zoomus/websdk'; export default { name: 'HelloWorld', created () { - ZoomMtg.setZoomJSLib('https://source.zoom.us/2.15.2/lib', '/av'); + ZoomMtg.setZoomJSLib('https://source.zoom.us/2.16.0/lib', '/av'); ZoomMtg.preLoadWasm(); ZoomMtg.prepareWebSDK(); // loads language files, also passes any error messages to the ui diff --git a/yarn.lock b/yarn.lock index 4a6b451..7df1da5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1612,10 +1612,10 @@ resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== -"@zoomus/websdk@^2.15.2": - version "2.15.2" - resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.15.2.tgz#4d7a01244bffe7ec6890a4107bdd10bd6a2983f7" - integrity sha512-jnd70n7fztCeBY15qf4si5D2pUwrvRZhALKIqT464w/Cq4NNeqRoLDdF14ne2qsChdtaQfxCVzdvwz/1W2159g== +"@zoomus/websdk@^2.16.0": + version "2.16.0" + resolved "https://registry.yarnpkg.com/@zoomus/websdk/-/websdk-2.16.0.tgz#e197c164f6007f35cb7d5b576dcebcf1ad2148af" + integrity sha512-7tLec/fGp3qL2hxqI8CZzgRoZrNlFQ73qrBqVLXl2RpO6CKQhSxT6qcOYecG1n5jQY7fVenol8u96PG5mHy0Fg== dependencies: lodash "^4.17.21" react "16.13.1"