#include <ZoomSDKNewBreakoutRoomController.h>
Inherits NSObject.
◆ assignNewUserToRunningBO:BOID:
- (ZoomSDKError) assignNewUserToRunningBO: |
|
(NSString *) | userID |
BOID: |
|
(NSString *) | ID |
Assign user to is runing breakout meeting.
- Parameters
-
userID | Assigned user ID. |
ID | Breakout meeting ID. |
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ broadcastMessage:
Broadcast message.
- Parameters
-
message | The broadcast context. |
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ broadcastVoiceToBO:
Start or stop broadcasting voice to BO.
- Parameters
-
start | YES for start and NO for stop. |
- Returns
- If the function succeeds, will return ZoomSDKError_Success.
◆ canBroadcastVoiceToBO
- (BOOL) canBroadcastVoiceToBO |
|
|
|
Query if the host now has the ability to broadcast voice to BO.
- Returns
- YES means that the host now has the ability, otherwise the host does not.
◆ canStartBO
Determine if the user can start breakout room.
- Returns
- If return YES means can start breakout room,otherwise not.
◆ ignoreUserHelpRequest:
Notify attendee request help result.
- Parameters
-
userID | The user id of requested help. |
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ inviteBOUserReturnToMainSession:
- (ZoomSDKError) inviteBOUserReturnToMainSession: |
|
(NSString *) | userID |
|
Host invite user return to main session, When BO is started and user is in BO.
- Parameters
-
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ isBroadcastVoiceToBOSupport
- (BOOL) isBroadcastVoiceToBOSupport |
|
|
|
Query if the current meeting supports broadcasting host's voice to BO.
- Returns
- YES means that the meeting supports this, otherwise it's not supported.
◆ joinBOByUserRequest:
- (ZoomSDKError) joinBOByUserRequest: |
|
(NSString *) | requestUserID |
|
User request to join breakout room.
- Parameters
-
requestUserID | The user id. |
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ startBO
Start breakout meeting. '-onStartBOResponse:' is the corresponding callback notification.
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ stopBO
Stop breakout meeting. '-onStopBOResponse:' is the corresponding callback notification.
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ switchAssignedUserToRunningBO:BOID:
- (ZoomSDKError) switchAssignedUserToRunningBO: |
|
(NSString *) | userID |
BOID: |
|
(NSString *) | ID |
Switch Assigned user to differnt Breakout meeting(BO-A to BO-B).
- Parameters
-
userID | Assigned user ID. |
ID | Breakout meeting ID. |
- Returns
- If the function succeeds,will return ZoomSDKError_Success.
◆ delegate