macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKBOMeetingAdmin Class Reference

#import <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- startBO
 Start breakout meeting.
 
(ZoomSDKError- stopBO
 Stop breakout meeting.
 
(ZoomSDKError- assignNewUserToRunningBO:BOID:
 Assign user to is runing breakout meeting.
 
(ZoomSDKError- switchAssignedUserToRunningBO:BOID:
 Switch Assigned user to differnt Breakout meeting(BO-A to BO-B).
 
(BOOL) - canStartBO
 Determine if the user can start breakout room.
 
(ZoomSDKError- joinBOByUserRequest:
 User request to join breakout room.
 
(ZoomSDKError- ignoreUserHelpRequest:
 Notify attendee request help result.
 
(ZoomSDKError- broadcastMessage:
 Broadcast message.
 
(ZoomSDKError- inviteBOUserReturnToMainSession:
 Host invite user return to main session, When BO is started and user is in BO.
 

Properties

id< ZoomSDKBOMeetingAdminDelegatedelegate
 

Detailed Description

Definition at line 150 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ assignNewUserToRunningBO:BOID:

- (ZoomSDKError) assignNewUserToRunningBO: (NSString *)  userID
BOID: (NSString *)  ID 

Assign user to is runing breakout meeting.

Parameters
userIDAssigned user ID.
IDBreakout meeting ID.
Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ broadcastMessage:

- (ZoomSDKError) broadcastMessage: (NSString *)  message

Broadcast message.

Parameters
messageThe broadcast context.
Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ canStartBO

- (BOOL) canStartBO

Determine if the user can start breakout room.

Returns
If return YES means can start breakout room,otherwise not.

◆ ignoreUserHelpRequest:

- (ZoomSDKError) ignoreUserHelpRequest: (NSString *)  userID

Notify attendee request help result.

Parameters
userIDThe 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
userIDThe user id.
Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ joinBOByUserRequest:

- (ZoomSDKError) joinBOByUserRequest: (NSString *)  requestUserID

User request to join breakout room.

Parameters
requestUserIDThe user id.
Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ startBO

- (ZoomSDKError) startBO

Start breakout meeting.

Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ stopBO

- (ZoomSDKError) stopBO

Stop breakout meeting.

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
userIDAssigned user ID.
IDBreakout meeting ID.
Returns
If the function succeeds,will return ZoomSDKError_Success.

Property Documentation

◆ delegate

- (id<ZoomSDKBOMeetingAdminDelegate>) delegate
readwritenonatomicassign

Definition at line 152 of file ZoomSDKNewBreakoutRoomController.h.