@hysc/meeting 10.0.32 → 10.0.33

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