@ylink-sdk/meeting 1.0.5-beta.10 → 1.0.5-beta.11

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
@@ -1597,7 +1597,7 @@ export declare interface InfoData {
1597
1597
  meetingID: string;
1598
1598
  allowJoinBeforeHost: boolean;
1599
1599
  askToUnmuteEnabled: boolean;
1600
- AskToUnmuteVideoEnabled: boolean;
1600
+ askToUnmuteVideoEnabled: boolean;
1601
1601
  consentToRecord: boolean;
1602
1602
  createType: 'vmr' | 'scheduled' | 'meetNow';
1603
1603
  eid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ylink-sdk/meeting",
3
- "version": "1.0.5-beta.10",
3
+ "version": "1.0.5-beta.11",
4
4
  "description": "Meeting control of yealink",
5
5
  "main": "index.js",
6
6
  "module": "dist/meeting.esm.prod.js",