@zoom/meetingsdk 3.1.0 → 3.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/CHANGELOG.md +1 -1
- package/README.md +3 -1
- package/dist/ui/zoomus-websdk-MobileReportProblemContent.umd.min.js +1 -1
- package/dist/ui/zoomus-websdk-ReportProblemContent.umd.min.js +1 -1
- package/dist/ui/zoomus-websdk-loginview.umd.min.js +1 -1
- package/dist/ui/zoomus-websdk-main-client.umd.min.js +1 -1
- package/dist/ui/zoomus-websdk-preview.umd.min.js +1 -1
- package/dist/ui/zoomus-websdk-zoommtgMain.umd.min.js +1 -1
- package/dist/zoom-meeting-3.1.4.min.js +2 -0
- package/dist/zoom-meeting-embedded-ES5.min.js +1 -1
- package/dist/zoomus-websdk.umd.min.js +1 -1
- package/package.json +1 -1
- package/dist/zoom-meeting-3.1.0.min.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
The Changelog can be found [here](https://
|
|
1
|
+
The Changelog can be found [here](https://developers.zoom.us/changelog/meeting-sdk/web/)
|
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ Add the following styles to the HTML page you want the Meeting SDK to live on, o
|
|
|
113
113
|
</head>
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
> Replace `{VERSION_NUMBER}` in the code above with the [latest version number](https://
|
|
116
|
+
> Replace `{VERSION_NUMBER}` in the code above with the [latest version number](https://developers.zoom.us/changelog/meeting-sdk/web/).
|
|
117
117
|
|
|
118
118
|
Back in the component file we will init and start or join the meeting or webinar. Here are the required properties for the `ZoomMtg.init()` function.
|
|
119
119
|
|
|
@@ -179,3 +179,5 @@ For the full list of features and event listeners, as well as additional guides,
|
|
|
179
179
|
## Need help?
|
|
180
180
|
|
|
181
181
|
If you're looking for help, try [Developer Support](https://devsupport.zoom.us) or our [Developer Forum](https://devforum.zoom.us). Priority support is also available with [Premier Developer Support](https://zoom.us/docs/en-us/developer-support-plans.html) plans.
|
|
182
|
+
|
|
183
|
+
[Open Source Software attribution](https://github.com/zoom/meetingsdk-web/blob/master/oss_attribution.txt)
|