@zoom/meetingsdk 3.13.0 → 3.13.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/embedded.d.ts CHANGED
@@ -992,6 +992,13 @@ export interface InitOptions {
992
992
  setting?: {
993
993
  popper?: PopperStyle;
994
994
  };
995
+ /**
996
+ * Customization options for the invite panel.
997
+ * @param popper Options for the underlying popper element.
998
+ */
999
+ invite?: {
1000
+ popper?: PopperStyle;
1001
+ };
995
1002
  /**
996
1003
  * Customization options for chat notifications and panel.
997
1004
  * @param notificationCls Options for chat notifications.
package/index.d.ts CHANGED
@@ -2080,7 +2080,7 @@ ZoomMtg.inMeetingServiceListener('onJoinSpeed', function (data) {
2080
2080
  * Listens for `onFeedBackData` event.
2081
2081
  * @param event
2082
2082
  * @param callback
2083
- * * The callback receives an object containing feedback configuration data of the meeting/webinar.
2083
+ * * The callback receives an object containing feedback data.
2084
2084
  *
2085
2085
  * The `data` object passed to the callback contains the following fields:
2086
2086
  * - `enableFeedback` (number): Web-configured feedback setting. Possible values:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoom/meetingsdk",
3
- "version": "3.13.0",
3
+ "version": "3.13.2",
4
4
  "description": "Zoom MeetingSDK-Web Client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",