@hysc/meeting 10.4.0 → 10.4.1

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/index.d.mts CHANGED
@@ -402,7 +402,6 @@ declare class BMStreamModelVM {
402
402
  */
403
403
  checkStreamStats(status: string): void;
404
404
  clearCache(): void;
405
- isH5(): boolean;
406
405
  }
407
406
 
408
407
  /**
package/dist/index.d.ts CHANGED
@@ -402,7 +402,6 @@ declare class BMStreamModelVM {
402
402
  */
403
403
  checkStreamStats(status: string): void;
404
404
  clearCache(): void;
405
- isH5(): boolean;
406
405
  }
407
406
 
408
407
  /**