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