@hysc/meeting 10.9.6 → 10.9.8

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.
package/dist/index.d.mts CHANGED
@@ -681,7 +681,7 @@ declare class BMStreamModel {
681
681
  */
682
682
  currentIsPlaying: (containerId: string, small?: boolean) => PlayerState;
683
683
  /**
684
- * 播放当前流
684
+ * 小窗口还用了 BRTC的播放器来播放当前流
685
685
  */
686
686
  play: (force?: boolean) => Promise<void>;
687
687
  /**
package/dist/index.d.ts CHANGED
@@ -681,7 +681,7 @@ declare class BMStreamModel {
681
681
  */
682
682
  currentIsPlaying: (containerId: string, small?: boolean) => PlayerState;
683
683
  /**
684
- * 播放当前流
684
+ * 小窗口还用了 BRTC的播放器来播放当前流
685
685
  */
686
686
  play: (force?: boolean) => Promise<void>;
687
687
  /**