@ylink-sdk/meeting 1.0.5-beta.8 → 1.0.5-beta.9

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
@@ -3244,7 +3244,7 @@ export declare interface SettingData {
3244
3244
  joinLimitSetting?: {
3245
3245
  enabledAccessType?: boolean;
3246
3246
  allowAccessTypeList?: string[];
3247
- enableWebAppJoin?: boolean;
3247
+ enableWebAppJoinLimit?: boolean;
3248
3248
  enableNetworkEnvLimit?: boolean;
3249
3249
  networkEnvRange?: string[];
3250
3250
  enablePureAudioLimit: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ylink-sdk/meeting",
3
- "version": "1.0.5-beta.8",
3
+ "version": "1.0.5-beta.9",
4
4
  "description": "Meeting control of yealink",
5
5
  "main": "index.js",
6
6
  "module": "dist/meeting.esm.prod.js",