@hysc/meeting 10.0.17 → 10.0.19

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
@@ -1613,7 +1613,7 @@ declare class BMLiveVM {
1613
1613
  /**
1614
1614
  * 处理观众端举手发言完了,然后在禁止发言,这个时候,没有必要在拉所有人的流,把除了混流的人的流都取消订阅,然后播放混流的声音
1615
1615
  */
1616
- handleAudienceDisable(): Promise<void>;
1616
+ handleAudienceDisable(uid: string): Promise<void>;
1617
1617
  /**
1618
1618
  * 观众允许发言,允许发言之后,要把所有的流都拉,然后混流静音
1619
1619
  */
package/dist/index.d.ts CHANGED
@@ -1613,7 +1613,7 @@ declare class BMLiveVM {
1613
1613
  /**
1614
1614
  * 处理观众端举手发言完了,然后在禁止发言,这个时候,没有必要在拉所有人的流,把除了混流的人的流都取消订阅,然后播放混流的声音
1615
1615
  */
1616
- handleAudienceDisable(): Promise<void>;
1616
+ handleAudienceDisable(uid: string): Promise<void>;
1617
1617
  /**
1618
1618
  * 观众允许发言,允许发言之后,要把所有的流都拉,然后混流静音
1619
1619
  */