@hysc/meeting 1.6.10 → 1.6.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.
@@ -38,8 +38,10 @@ export default class BMStreamModel {
38
38
  isDisplayObserve: Subject<boolean>;
39
39
  isInBig: boolean;
40
40
  isInBigObserve: Subject<boolean>;
41
- hasPulled: boolean;
41
+ _hasPulled: boolean;
42
42
  playerId: string;
43
+ get hasPulled(): boolean;
44
+ set hasPulled(value: boolean);
43
45
  /**
44
46
  * 当前拉取的是大流还是小流
45
47
  */