@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/dist/ui/337.zoom-meetingsdk.css +1 -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-chat-list.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.5.2.min.js +2 -0
- package/dist/zoom-meeting-embedded-ES5.min.js +1 -1
- package/dist/zoomus-websdk.umd.min.js +1 -1
- package/index.d.ts +0 -5
- package/package.json +1 -1
- package/dist/zoom-meeting-3.5.1.min.js +0 -2
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
|
/**
|