Mac SDK
Instance Methods | Properties | List of all members
ZoomSDKBOMeetingAttendee Class Reference
Inheritance diagram for ZoomSDKBOMeetingAttendee:

Instance Methods

(ZoomSDKError) - joinBO
 Join Breakout meeting. More...
 
(ZoomSDKError) - leaveBO
 Leave breakout meeting. More...
 
(NSString *) - getBOName
 Get breakout meeting name. More...
 
(ZoomSDKError) - requestForHelp
 Request for help when user in breakout room. More...
 
(BOOL) - isHostInThisBO
 Determine if the host is in this breakout room. More...
 

Properties

id< ZoomSDKBOMeetingAttendeeDelegatedelegate
 

Method Documentation

◆ getBOName

- (NSString*) getBOName

Get breakout meeting name.

Returns
If the function succeeds,will return breakout meeting name.

◆ isHostInThisBO

- (BOOL) isHostInThisBO

Determine if the host is in this breakout room.

Returns
YES means the host in breakout room,otherwise not.

◆ joinBO

- (ZoomSDKError) joinBO

Join Breakout meeting.

Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ leaveBO

- (ZoomSDKError) leaveBO

Leave breakout meeting.

Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ requestForHelp

- (ZoomSDKError) requestForHelp

Request for help when user in breakout room.

Returns
If the function succeeds,will return ZoomSDKError_Success.

The documentation for this class was generated from the following file: