@hysc/meeting 10.0.66 → 10.0.68

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.
@@ -624,10 +624,10 @@ export default class BMRoom {
624
624
  * 处理播放相关的逻辑
625
625
  * @param streamModel
626
626
  * @param noPlayChanged
627
- * @param shouldPlayBig
627
+ * @param bigMute 大窗口的是否静音
628
628
  */
629
- handlePlay(streamModel: BMStreamModel, noPlayChanged: boolean, shouldPlayBig?: boolean): Promise<void>;
630
- handlePlayInBIg(streamModel: BMStreamModel): Promise<void>;
629
+ handlePlay(streamModel: BMStreamModel, noPlayChanged: boolean, bigMute?: boolean): Promise<void>;
630
+ handlePlayInBIg(streamModel: BMStreamModel, bigMute?: boolean): Promise<void>;
631
631
  /**
632
632
  * 处理brtc订阅这股流失败的处理
633
633
  * @param streamModel