@hysc/meeting 2.6.57 → 2.6.59

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.
@@ -43,6 +43,7 @@ export default class BMStreamModelVM {
43
43
  streamModelsWatcher: BehaviorSubject<BMStreamModel[]>;
44
44
  shareStreamModels: Map<string, BMStreamModel>;
45
45
  shareStreamModelsWatcher: BehaviorSubject<BMStreamModel[]>;
46
+ localStreamErrorWatcher: Subject<boolean>;
46
47
  localModel: BMStreamModel | null;
47
48
  private room;
48
49
  bloudStream: any;
@@ -154,7 +155,7 @@ export default class BMStreamModelVM {
154
155
  * @private
155
156
  */
156
157
  private createStreamAndPublish;
157
- videoMuteHandler(): Promise<void>;
158
+ videoMuteHandler(type: 'video' | 'audio'): Promise<void>;
158
159
  /**
159
160
  * 更改音视频状态或者取消发布
160
161
  * @param type 更改类型