|
Meeting SDK for macOS API Reference
|
A controller for managing breakout room operations as the admin. More...
#include <ZoomSDKNewBreakoutRoomController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - startBO |
| Starts breakout meeting. '-onStartBOResponse:' is the corresponding callback notification. | |
| (ZoomSDKError) | - stopBO |
| Stops breakout meeting. '-onStopBOResponse:' is the corresponding callback notification. | |
| (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 |
| Determines 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. | |
| (BOOL) | - isBroadcastVoiceToBOSupport |
| Query if the current meeting supports broadcasting host's voice to BO. | |
| (BOOL) | - canBroadcastVoiceToBO |
| Query if the host now has the ability to broadcast voice to BO. | |
| (ZoomSDKError) | - broadcastVoiceToBO: |
| Starts or stop broadcasting voice to BO. | |
Properties | |
| id< ZoomSDKBOMeetingAdminDelegate > | delegate |
| Sets or get the delegate to receive breakout room admin callbacks. | |
A controller for managing breakout room operations as the admin.
Definition at line 310 of file ZoomSDKNewBreakoutRoomController.h.
| - (ZoomSDKError) assignNewUserToRunningBO: | (NSString *) | userID | |
| BOID: | (NSString *) | ID |
Assign user to is runing breakout meeting.
| userID | Assigned user ID. |
| ID | Breakout meeting ID. |
| - (ZoomSDKError) broadcastMessage: | (NSString *) | message |
Broadcast message.
| message | The broadcast context. |
| - (ZoomSDKError) broadcastVoiceToBO: | (BOOL) | start |
Starts or stop broadcasting voice to BO.
| start | YES for start and NO for stop. |
| - (BOOL) canBroadcastVoiceToBO |
Query if the host now has the ability to broadcast voice to BO.
References canBroadcastVoiceToBO.
Referenced by canBroadcastVoiceToBO.
| - (BOOL) canStartBO |
Determines if the user can start breakout room.
References canStartBO.
Referenced by canStartBO.
| - (ZoomSDKError) ignoreUserHelpRequest: | (NSString *) | userID |
Notify attendee request help result.
| userID | The user ID of requested help. |
| - (ZoomSDKError) inviteBOUserReturnToMainSession: | (NSString *) | userID |
Host invite user return to main session, When BO is started and user is in BO.
| userID | The user ID. |
| - (BOOL) isBroadcastVoiceToBOSupport |
Query if the current meeting supports broadcasting host's voice to BO.
References isBroadcastVoiceToBOSupport.
Referenced by isBroadcastVoiceToBOSupport.
| - (ZoomSDKError) joinBOByUserRequest: | (NSString *) | requestUserID |
User request to join breakout room.
| requestUserID | The user ID. |
| - (ZoomSDKError) startBO |
| - (ZoomSDKError) stopBO |
| - (ZoomSDKError) switchAssignedUserToRunningBO: | (NSString *) | userID | |
| BOID: | (NSString *) | ID |
Switch Assigned user to differnt Breakout meeting(BO-A to BO-B).
| userID | Assigned user ID. |
| ID | Breakout meeting ID. |
|
readwritenonatomicassign |
Sets or get the delegate to receive breakout room admin callbacks.
Definition at line 314 of file ZoomSDKNewBreakoutRoomController.h.