|
Meeting SDK for macOS API Reference
|
Controller class to manage breakout room features and permissions. More...
#include <ZoomSDKNewBreakoutRoomController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKBOMeetingCreator *_Nullable) | - getBOMeetingCreator |
| Get ZoomSDKBOMeetingCreator Class object. | |
| (ZoomSDKBOMeetingAdmin *_Nullable) | - getBOMeetingAdmin |
| Get ZoomSDKBOMeetingAdmin Class object. | |
| (ZoomSDKBOMeetingAssistant *_Nullable) | - getBOMeetingAssistant |
| Get ZoomSDKBOMeetingAssistant Class object. | |
| (ZoomSDKBOMeetingAttendee *_Nullable) | - getBOMeetingAttendee |
| Get ZoomSDKBOMeetingAttendee Class object. | |
| (ZoomSDKBOMeetingDataHelp *_Nullable) | - getBOMeetingDataHelp |
| Get ZoomSDKBOMeetingDataHelp Class object. | |
| (BOOL) | - isBOStart |
| Determine if breakout meeting is start. | |
| (BOOL) | - isBOEnable |
| Determine if breakout meeting is enable. | |
| (BOOL) | - isInBOMeeting |
| Determine if user is in breakout meeting. | |
| (ZoomSDKBOStatus) | - getBOStatus |
| Get current BO status. | |
| (BOOL) | - isBroadcastingVoiceToBO |
| Query if the host is broadcasting voice to BO. | |
| (NSString *_Nullable) | - getJoiningBOName |
| Get the name of the BO you are going to. | |
Properties | |
| id< ZoomSDKNewBreakoutRoomControllerDelegate > | delegate |
| Delegate to receive breakout room controller callbacks. | |
Controller class to manage breakout room features and permissions.
Definition at line 705 of file ZoomSDKNewBreakoutRoomController.h.
| - (ZoomSDKBOMeetingAdmin *_Nullable) getBOMeetingAdmin |
Get ZoomSDKBOMeetingAdmin Class object.
| - (ZoomSDKBOMeetingAssistant *_Nullable) getBOMeetingAssistant |
Get ZoomSDKBOMeetingAssistant Class object.
| - (ZoomSDKBOMeetingAttendee *_Nullable) getBOMeetingAttendee |
Get ZoomSDKBOMeetingAttendee Class object.
| - (ZoomSDKBOMeetingCreator *_Nullable) getBOMeetingCreator |
Get ZoomSDKBOMeetingCreator Class object.
| - (ZoomSDKBOMeetingDataHelp *_Nullable) getBOMeetingDataHelp |
Get ZoomSDKBOMeetingDataHelp Class object.
| - (ZoomSDKBOStatus) getBOStatus |
Get current BO status.
| - (NSString *_Nullable) getJoiningBOName |
Get the name of the BO you are going to.
| - (BOOL) isBOEnable |
Determine if breakout meeting is enable.
| - (BOOL) isBOStart |
Determine if breakout meeting is start.
| - (BOOL) isBroadcastingVoiceToBO |
Query if the host is broadcasting voice to BO.
| - (BOOL) isInBOMeeting |
Determine if user is in breakout meeting.
|
readwritenonatomicassign |
Delegate to receive breakout room controller callbacks.
Definition at line 709 of file ZoomSDKNewBreakoutRoomController.h.