@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 CHANGED
@@ -1 +1 @@
1
- The Changelog can be found [here](https://devsupport.zoom.us/hc/en-us/sections/9220917097869-web)
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://devsupport.zoom.us/hc/en-us/sections/9220917097869-web).
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)