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.

◆ 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 the current breakout room.

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

◆ joinBO

- (BOOL) joinBO

Joins the assigned breakout meeting.

Returns
YES if the function succeeds. Otherwise, NO.

◆ leaveBO

- (BOOL) leaveBO

Leaves the assigned breakout meeting.

Returns
YES if the function succeeds. Otherwise, NO.

◆ requestForHelp

- (BOOL) requestForHelp

Sends help request to admin.

Returns
YES if the function succeeds. Otherwise, NO.