@hysc/meeting 6.1.11 → 6.1.12

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.
@@ -83,6 +83,7 @@ export default class BMStreamModelVM {
83
83
  * 共享屏幕流错误
84
84
  */
85
85
  localShareError: Subject<BoomError>;
86
+ localShareEndedError: Subject<boolean>;
86
87
  /**
87
88
  * 共享屏幕流是单独处理的逻辑,不是先创建streamModel然后在去查流,而是先去查流,在创建streamModel
88
89
  */