@hysc/meeting 6.1.7 → 6.1.9

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.
@@ -232,11 +232,11 @@ export default class BMStreamModel {
232
232
  /**
233
233
  * 播放当前流
234
234
  */
235
- play: () => Promise<void>;
235
+ play: (force?: boolean) => Promise<void>;
236
236
  /**
237
237
  * 在大窗口播放该流的时候调用这个方法
238
238
  */
239
- playInBig: () => Promise<void>;
239
+ playInBig: (force?: boolean) => Promise<void>;
240
240
  private initBigPlayer;
241
241
  /**
242
242
  * 停止播放当前流