@hysc/meeting 4.0.33 → 4.0.35
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.
|
@@ -611,8 +611,9 @@ export default class BMRoom {
|
|
|
611
611
|
* 将用户移动到等候室
|
|
612
612
|
* @param target 用户id
|
|
613
613
|
* @param toWait 是否移动到等候室
|
|
614
|
+
* @param autoJoin 是否自动准入
|
|
614
615
|
*/
|
|
615
|
-
moveUserRoom(target: string, toWait: boolean): Promise<any>;
|
|
616
|
+
moveUserRoom(target: string, toWait: boolean, autoJoin: boolean): Promise<any>;
|
|
616
617
|
/**
|
|
617
618
|
* 获取业务端是否开启参会者进入/离开直播通知
|
|
618
619
|
* @param status
|