Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCBOAttendee Class Reference

A class that manages operations for attendees in breakout meetings. More...

#include <MobileRTCBORole.h>

Inherits NSObject.

Instance Methods

(BOOL) - joinBO
 Joins the assigned breakout meeting.
(BOOL) - leaveBO
 Leaves the assigned breakout meeting.
(NSString *_Nullable) - getBOName
 Gets the breakout meeting name.
(BOOL) - requestForHelp
 Sends help request to admin.
(BOOL) - isHostInThisBO
 Determines if the host is in the current breakout room.
(BOOL) - isCanReturnMainSession
 Determines if participant can return to main session.

Detailed Description

A class that manages operations for attendees in breakout meetings.

Definition at line 429 of file MobileRTCBORole.h.

Method Documentation

◆ getBOName

- (NSString *_Nullable) getBOName

Gets the breakout meeting name.

Returns
The breakout room name.

References getBOName.

Referenced by getBOName.

◆ isCanReturnMainSession

- (BOOL) isCanReturnMainSession

Determines if participant can return to main session.

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

References isCanReturnMainSession.

Referenced by isCanReturnMainSession.

◆ isHostInThisBO

- (BOOL) isHostInThisBO

Determines if the host is in the current breakout room.

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

References isHostInThisBO.

Referenced by isHostInThisBO.

◆ joinBO

- (BOOL) joinBO

Joins the assigned breakout meeting.

Returns
YES if the function succeeds. Otherwise, NO.

References joinBO.

Referenced by joinBO.

◆ leaveBO

- (BOOL) leaveBO

Leaves the assigned breakout meeting.

Returns
YES if the function succeeds. Otherwise, NO.

References leaveBO.

Referenced by leaveBO.

◆ requestForHelp

- (BOOL) requestForHelp

Sends help request to admin.

Returns
YES if the function succeeds. Otherwise, NO.

References requestForHelp.

Referenced by requestForHelp.