@hysc/meeting 2.6.48 → 2.6.50

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.
@@ -1,6 +1,7 @@
1
1
  import { SingleStream, SubscribeOptions } from '../type';
2
2
  import BMUser from '../BMUser/BMUser';
3
3
  import { BehaviorSubject, Subject } from 'rxjs';
4
+ import BMStreamModelVM from "./BMStreamModelVM";
4
5
  /**
5
6
  * @name: BMStreamModel
6
7
  * @author: yangliye
@@ -126,8 +127,9 @@ export default class BMStreamModel {
126
127
  * 更新当前streamModel中的流
127
128
  * @param stream
128
129
  * @param needReProcess
130
+ * @param bmStreamVm
129
131
  */
130
- updateStream(stream: SingleStream | undefined, needReProcess?: boolean): void;
132
+ updateStream(stream: SingleStream | undefined, needReProcess: boolean | undefined, bmStreamVm: BMStreamModelVM): void;
131
133
  private onPlayerStateChange;
132
134
  handleStreamConnectError: () => void;
133
135
  /**