@zoom/meetingsdk 3.5.1 → 3.5.2

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/index.d.ts CHANGED
@@ -1362,11 +1362,6 @@ export namespace ZoomMtg {
1362
1362
  function changeRedirectUrl(args: {
1363
1363
  /**
1364
1364
  * The URL to redirect participants who leave the meeting.
1365
- * default not set leaveUrl, -> window.location.origin
1366
- * http://127.0.0.1 -> http://127.0.0.1
1367
- * https://127.0.0.1 -> https://127.0.0.1
1368
- * /meeting -> window.location.origin/meeting
1369
- * zoom.us -> https://zoom.us
1370
1365
  */
1371
1366
  leaveUrl: number;
1372
1367
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoom/meetingsdk",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Zoom MeetingSDK-Web Client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",