Meeting SDK for macOS API Reference
|
#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 |
Definition at line 625 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 |
Definition at line 627 of file ZoomSDKNewBreakoutRoomController.h.