@ylink-sdk/meeting 1.0.5-beta.12 → 1.0.5-beta.13

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
@@ -1754,7 +1754,7 @@ export declare interface InviteParams {
1754
1754
  protocol?: string;
1755
1755
  audioCodec?: string[];
1756
1756
  videoCodec?: string[];
1757
- shareEnabled: boolean;
1757
+ shareEnabled?: boolean;
1758
1758
  };
1759
1759
  designateNames?: string[];
1760
1760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ylink-sdk/meeting",
3
- "version": "1.0.5-beta.12",
3
+ "version": "1.0.5-beta.13",
4
4
  "description": "Meeting control of yealink",
5
5
  "main": "index.js",
6
6
  "module": "dist/meeting.esm.prod.js",