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

#import <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKBOMeetingCreator *) - getBOMeetingCreator
 Get ZoomSDKBOMeetingCreator Class object.
 
(ZoomSDKBOMeetingAdmin *) - getBOMeetingAdmin
 Get ZoomSDKBOMeetingAdmin Class object.
 
(ZoomSDKBOMeetingAssistant *) - getBOMeetingAssistant
 Get ZoomSDKBOMeetingAssistant Class object.
 
(ZoomSDKBOMeetingAttendee *) - getBOMeetingAttendee
 Get ZoomSDKBOMeetingAttendee Class object.
 
(ZoomSDKBOMeetingDataHelp *) - 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.
 

Properties

id< ZoomSDKNewBreakoutRoomControllerDelegatedelegate
 

Detailed Description

Definition at line 481 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ getBOMeetingAdmin

- (ZoomSDKBOMeetingAdmin *) getBOMeetingAdmin

Get ZoomSDKBOMeetingAdmin Class object.

Returns
If the function succeeds,will return ZoomSDKBOMeetingAdmin Class object.
Note
Host in master meeting or breakout meeting can get this object.

◆ getBOMeetingAssistant

- (ZoomSDKBOMeetingAssistant *) getBOMeetingAssistant

Get ZoomSDKBOMeetingAssistant Class object.

Returns
If the function succeeds,will return ZoomSDKBOMeetingAssistant Class object.
Note
Host in master/breakout meeting or cohost in breakmeeting can get this object.

◆ getBOMeetingAttendee

- (ZoomSDKBOMeetingAttendee *) getBOMeetingAttendee

Get ZoomSDKBOMeetingAttendee Class object.

Returns
If the function succeeds,will return ZoomSDKBOMeetingAttendee Class object.
Note
If you are CoHost/attendee, and are assigned to BO, you will get this object.

◆ getBOMeetingCreator

- (ZoomSDKBOMeetingCreator *) getBOMeetingCreator

Get ZoomSDKBOMeetingCreator Class object.

Returns
If the function succeeds,will return ZoomSDKBOMeetingCreator Class object.
Note
Only host can get this object.

◆ getBOMeetingDataHelp

- (ZoomSDKBOMeetingDataHelp *) getBOMeetingDataHelp

Get ZoomSDKBOMeetingDataHelp Class object.

Returns
If the function succeeds,will return ZoomSDKBOMeetingDataHelp Class object.
Note
Host in master/breakout meeting or cohost in breakmeeting can get this object.

◆ getBOStatus

- (ZoomSDKBOStatus) getBOStatus

Get current BO status.

Returns
The value is a enum for bo status.

◆ isBOEnable

- (BOOL) isBOEnable

Determine if breakout meeting is enable.

Returns
If the function succeeds, it will return YES, otherwise not.

◆ isBOStart

- (BOOL) isBOStart

Determine if breakout meeting is start.

Returns
If the function succeeds, it will return YES, otherwise not.

◆ isInBOMeeting

- (BOOL) isInBOMeeting

Determine if user is in breakout meeting.

Returns
If the function succeeds, it will return YES, otherwise not.

Property Documentation

◆ delegate

- (id<ZoomSDKNewBreakoutRoomControllerDelegate>) delegate
readwritenonatomicassign

Definition at line 483 of file ZoomSDKNewBreakoutRoomController.h.