@ylink-sdk/meeting 0.6.0-beta.5 → 0.6.0-beta.6

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
@@ -888,6 +888,7 @@ export declare class Info extends Module<InfoData, Events_3> {
888
888
  sendInvitationMail(params: {
889
889
  meetingNum: number;
890
890
  language: boolean;
891
+ subject: string;
891
892
  receivers: string[];
892
893
  }): Promise<any>;
893
894
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ylink-sdk/meeting",
3
- "version": "0.6.0-beta.5",
3
+ "version": "0.6.0-beta.6",
4
4
  "description": "Meeting control of yealink",
5
5
  "main": "index.js",
6
6
  "module": "dist/meeting.esm.prod.js",