@hysc/meeting 10.0.27 → 10.0.31

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
@@ -822,7 +822,7 @@ declare class BMStreamModel {
822
822
  * @param containerId sdk绑定播放器容器id
823
823
  * @param playerContainerId 播放器创建的容器id
824
824
  */
825
- currentIsPlaying: (containerId: string) => PlayerState;
825
+ currentIsPlaying: (containerId: string, small?: boolean) => PlayerState;
826
826
  /**
827
827
  * 播放当前流
828
828
  */
package/dist/index.d.ts CHANGED
@@ -822,7 +822,7 @@ declare class BMStreamModel {
822
822
  * @param containerId sdk绑定播放器容器id
823
823
  * @param playerContainerId 播放器创建的容器id
824
824
  */
825
- currentIsPlaying: (containerId: string) => PlayerState;
825
+ currentIsPlaying: (containerId: string, small?: boolean) => PlayerState;
826
826
  /**
827
827
  * 播放当前流
828
828
  */