@zoom/meetingsdk 5.1.2 → 5.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/lib/av/js_media.min.js +2 -2
- package/dist/lib/av/manifest.json +3 -3
- package/dist/lib/av/wmsc.min.js +2 -2
- package/dist/{zoom-meeting-5.1.2.min.js → zoom-meeting-5.1.4.min.js} +2 -2
- package/dist/zoom-meeting-embedded-ES5.min.js +2 -2
- package/dist/zoomus-websdk-embedded.umd.min.js +3 -3
- package/dist/zoomus-websdk.umd.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Zoom Meeting SDK for Web
|
|
2
2
|
|
|
3
|
+
> **⚠️ Action Required:**
|
|
4
|
+
> We recommend that you upgrade to 5.1.4 or above if you use WebRTC video to prevent issues with future Chrome versions.
|
|
5
|
+
|
|
3
6
|
Use of this SDK is subject to our [Terms of Use](https://zoom.us/docs/en-us/zoom_api_license_and_tou.html)
|
|
4
7
|
|
|
5
8
|
The [Zoom Meeting SDK](https://developers.zoom.us/docs/meeting-sdk/web/) embeds the Zoom Meeting and Webinar experience in a website through a highly optimized WebAssembly module.
|