@ylink-sdk/meeting 0.2.0-beta.21 → 0.2.0-beta.22

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
@@ -1690,7 +1690,7 @@ export declare interface User {
1690
1690
  /**
1691
1691
  * 传译员
1692
1692
  */
1693
- interpreter?: {
1693
+ interpret?: {
1694
1694
  isInterpreter: boolean;
1695
1695
  activeLanguage: string;
1696
1696
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ylink-sdk/meeting",
3
- "version": "0.2.0-beta.21",
3
+ "version": "0.2.0-beta.22",
4
4
  "description": "Meeting control of yealink",
5
5
  "main": "index.js",
6
6
  "module": "dist/meeting.esm.prod.js",