|
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 |
| Gets ZoomSDKBOMeetingCreator Class object. | |
| (ZoomSDKBOMeetingAdmin *_Nullable) | - getBOMeetingAdmin |
| Gets ZoomSDKBOMeetingAdmin Class object. | |
| (ZoomSDKBOMeetingAssistant *_Nullable) | - getBOMeetingAssistant |
| Gets ZoomSDKBOMeetingAssistant Class object. | |
| (ZoomSDKBOMeetingAttendee *_Nullable) | - getBOMeetingAttendee |
| Gets ZoomSDKBOMeetingAttendee Class object. | |
| (ZoomSDKBOMeetingDataHelp *_Nullable) | - getBOMeetingDataHelp |
| Gets ZoomSDKBOMeetingDataHelp Class object. | |
| (BOOL) | - isBOStart |
| Determines if breakout meeting is start. | |
| (BOOL) | - isBOEnable |
| Determines if breakout meeting is enable. | |
| (BOOL) | - isInBOMeeting |
| Determines if user is in breakout meeting. | |
| (ZoomSDKBOStatus) | - getBOStatus |
| Gets current BO status. | |
| (BOOL) | - isBroadcastingVoiceToBO |
| Query if the host is broadcasting voice to BO. | |
| (NSString *_Nullable) | - getJoiningBOName |
| Gets the BO's name 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 |
Gets ZoomSDKBOMeetingAdmin Class object.
| - (ZoomSDKBOMeetingAssistant *_Nullable) getBOMeetingAssistant |
Gets ZoomSDKBOMeetingAssistant Class object.
| - (ZoomSDKBOMeetingAttendee *_Nullable) getBOMeetingAttendee |
Gets ZoomSDKBOMeetingAttendee Class object.
| - (ZoomSDKBOMeetingCreator *_Nullable) getBOMeetingCreator |
Gets ZoomSDKBOMeetingCreator Class object.
| - (ZoomSDKBOMeetingDataHelp *_Nullable) getBOMeetingDataHelp |
Gets ZoomSDKBOMeetingDataHelp Class object.
| - (ZoomSDKBOStatus) getBOStatus |
Gets current BO status.
| - (NSString *_Nullable) getJoiningBOName |
Gets the BO's name you are going to.
| - (BOOL) isBOEnable |
Determines if breakout meeting is enable.
| - (BOOL) isBOStart |
Determines if breakout meeting is start.
| - (BOOL) isBroadcastingVoiceToBO |
Query if the host is broadcasting voice to BO.
| - (BOOL) isInBOMeeting |
Determines if user is in breakout meeting.
|
readwritenonatomicassign |
Delegate to receive breakout room controller callbacks.
Definition at line 709 of file ZoomSDKNewBreakoutRoomController.h.