Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKBOMeetingAttendee Class Reference

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- joinBO
 Join Breakout meeting.
 
(ZoomSDKError- leaveBO
 Leave breakout meeting.
 
(NSString *_Nullable) - getBOName
 Get breakout meeting name.
 
(ZoomSDKError- requestForHelp
 Request for help when user in breakout room.
 
(BOOL) - isHostInThisBO
 Determine if the host is in this breakout room.
 
(BOOL) - isCanReturnMainSession
 Determine if participant can return to main session.
 

Properties

id< ZoomSDKBOMeetingAttendeeDelegatedelegate
 

Detailed Description

Definition at line 395 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ getBOName

- (NSString *_Nullable) getBOName

Get breakout meeting name.

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

◆ isCanReturnMainSession

- (BOOL) isCanReturnMainSession

Determine if participant can return to main session.

Returns
YES means participant can return to main session,otherwise not.

◆ 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.

Property Documentation

◆ delegate

- (id<ZoomSDKBOMeetingAttendeeDelegate>) delegate
readwritenonatomicassign

Definition at line 397 of file ZoomSDKNewBreakoutRoomController.h.