@ylink-sdk/meeting 0.3.0-beta.1 → 0.3.0-beta.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/meeting.d.ts CHANGED
@@ -1726,6 +1726,10 @@ export declare interface User {
1726
1726
  * 多流终端中主流UserID
1727
1727
  */
1728
1728
  parentUserID?: number;
1729
+ /**
1730
+ * 多流终端中主流VideoSendOn
1731
+ */
1732
+ parentUserVideoSendOn?: boolean;
1729
1733
  }
1730
1734
 
1731
1735
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ylink-sdk/meeting",
3
- "version": "0.3.0-beta.1",
3
+ "version": "0.3.0-beta.2",
4
4
  "description": "Meeting control of yealink",
5
5
  "main": "index.js",
6
6
  "module": "dist/meeting.esm.prod.js",
@@ -25,6 +25,6 @@
25
25
  "workers": ["polling.worker.ts"]
26
26
  },
27
27
  "devDependencies": {
28
- "@ylink-sdk/shared": "0.2.0-beta.2"
28
+ "@ylink-sdk/shared": "0.2.0"
29
29
  }
30
30
  }