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

Manages operations for attendees in breakout meetings. More...

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

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

Properties

id< ZoomSDKBOMeetingAttendeeDelegatedelegate
 Sets or get the delegate to receive breakout room attendee callbacks.
 

Detailed Description

Manages operations for attendees in breakout meetings.

Definition at line 448 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ getBOName

- (NSString *_Nullable) getBOName

Gets breakout meeting name.

Returns
If the function succeeds, it returns breakout meeting name. Otherwise, this function fails and returns nil.

◆ isCanReturnMainSession

- (BOOL) isCanReturnMainSession

Determines if participant can return to main session.

Returns
YES if participant can return to main session. Otherwise, NO.

◆ isHostInThisBO

- (BOOL) isHostInThisBO

Determines if the host is in this breakout room.

Returns
YES if the host in breakout room. Otherwise, NO.

◆ joinBO

- (ZoomSDKError) joinBO

Join Breakout meeting.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ leaveBO

- (ZoomSDKError) leaveBO

Leave breakout meeting.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ requestForHelp

- (ZoomSDKError) requestForHelp

Request for help when user in breakout room.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ delegate

- (id<ZoomSDKBOMeetingAttendeeDelegate>) delegate
readwritenonatomicassign

Sets or get the delegate to receive breakout room attendee callbacks.

Definition at line 452 of file ZoomSDKNewBreakoutRoomController.h.