@zoom/meetingsdk 3.0.0-rc → 3.0.1

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,54 +1 @@
1
- # CHANGELOG
2
- ## version 3.0.0
3
-
4
- ## General
5
- ### Breaking change
6
-
7
- 1. Change [@zoomus/websdk](https://www.npmjs.com/package/@zoomus/websdk) to [@zoom/meetingsdk](https://www.npmjs.com/package/@zoom/meetingsdk)
8
-
9
- ```import { ZoomMtg } from "@zoom/meetingsdk";```
10
-
11
- ```import ZoomMtgEmbedded from "@zoom/meetingsdk/embedded";```
12
-
13
- ## Client view
14
- Since 3.0.0 Client view will have the experience as Zoom WebClient, We will speed up the feature release and bug fix.
15
-
16
- ### Breaking change
17
- 1. Only allow one use join in one browser. Don't allow multi tab join multi user(same as zoom WebClient)
18
- 1. ZoomMtg.i18n.load need call before ZoomMtg.init to make i18n works.
19
- 1. Removed changRedirectUrl, please use [changeRedirectUrl](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#changRedirectUrl)
20
- 1. Removed prepareJssdk, please use [prepareWebSDK](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#prepareWebSDK)
21
- 1. Removed getJSSDKVersion, please use [getWebSDKVersion](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#getWebSDKVersion)
22
-
23
- ### Deprecated
24
- 1. `ZoomMtg.reRender`
25
- 1. `ZoomMtg.i18n.reload`
26
- 1. `ZoomMtg.i18n.setSupportLanguage`
27
-
28
-
29
- ### Added
30
- 1. [New meeting Chat](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064539)
31
- 1. [Continuous Meeting Chat](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0058605)
32
- 1. [Test Speaker & Microphone](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0062765)
33
- 1. [joinTest](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#joinTest) New api to join an test meeting
34
- 1. [Gallery view order](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064618)
35
-
36
- ### Enhanced
37
- 1. Enhance Preview
38
- 1. New waiting room when meeting not start
39
- 1. Polling enhancement
40
- 1. Q&A enhancement
41
- 1. Accessibility
42
- 1. New Dialog Header UI
43
- 1. Detected and show notice when mic muted and you are speaking.
44
-
45
-
46
- ### Fixed
47
- 1. Echo on Preview
48
- 1. Selected camera not persisting on Preview
49
- 1. Not release A/V Peripherals after click browser back button.
50
-
51
- ## Component view
52
- ### Added
53
- 1. Support for gallery view on iOS Safari.
54
-
1
+ The Changelog can be found [here](https://devsupport.zoom.us/hc/en-us/sections/9220917097869-web)
package/LICENSE.md ADDED
@@ -0,0 +1 @@
1
+ Use of this SDK is subject to our [Terms of Use](https://zoom.us/docs/en-us/zoom_api_license_and_tou.html)
package/README.md CHANGED
@@ -168,14 +168,13 @@ For the full list of features and event listeners, as well as additional guides,
168
168
 
169
169
  ## Sample Apps
170
170
 
171
- Checkout the Meeting SDK sample apps:
172
-
173
- - [Angular](https://github.com/zoom/meetingsdk-sample-angular)
174
- - [React](https://github.com/zoom/meetingsdk-sample-react)
175
- - [Vue](https://github.com/zoom/meetingsdk-sample-vuejs)
176
- - [JavaScript](https://github.com/zoom/meetingsdk-sample-javascript)
177
- - [Web](https://github.com/zoom/sample-app-web)
178
- - [Signature Generator](https://github.com/zoom/meetingsdk-sample-signature-node.js)
171
+ - [Meeting SDK Web Sample](https://github.com/zoom/meetingsdk-web-sample)
172
+ - [Meeting SDK Angular Sample](https://github.com/zoom/meetingsdk-angular-sample)
173
+ - [Meeing SDK React Sample](https://github.com/zoom/meetingsdk-react-sample)
174
+ - [Meeting SDK Vue.js Sample](https://github.com/zoom/meetingsdk-vuejs-sample)
175
+ - [Meeting SDK JavaScript Sample](https://github.com/zoom/meetingsdk-javascript-sample)
176
+ - [Meeting SDK Auth Sample (Node.js)](https://github.com/zoom/meetingsdk-sample-signature-node.js)
177
+ - [Webhook Sample (Node.js)](https://github.com/zoom/webhook-sample-node.js)
179
178
 
180
179
  ## Need help?
181
180