From c6d79d6c31d5b4e58184ac68d588ee6a9a8a3d57 Mon Sep 17 00:00:00 2001 From: David Tran Date: Wed, 13 Jan 2021 15:53:36 -0800 Subject: [PATCH] Version bump websdk to 1.8.6 [Per the Jan 10th Web SDK update](https://marketplace.zoom.us/docs/guides/stay-up-to-date/announcements#required-websdk-update), we must upgrade the [`websdk`](https://github.com/zoom/websdk) in order to support the AES 256-bit GCM encryption that allows us to join with computer audio --- Local/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Local/package.json b/Local/package.json index a89178b47..e571ea08b 100755 --- a/Local/package.json +++ b/Local/package.json @@ -19,7 +19,7 @@ "author": "Jack Yang", "license": "ISC", "dependencies": { - "@zoomus/websdk": "^1.8.3", + "@zoomus/websdk": "^1.8.6", "lodash": "^4.17.14", "react": "16.8.6", "react-dom": "16.8.6",