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

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

#include <MobileRTCBORole.h>

Inherits NSObject.

Instance Methods

(BOOL) - joinBO
 Join to assined bo meeting.
 
(BOOL) - leaveBO
 Leave assined bo meeting.
 
(NSString *_Nullable) - getBOName
 Get bo meeting name.
 
(BOOL) - requestForHelp
 Send help to admin.
 
(BOOL) - isHostInThisBO
 If the host in current bo.
 
(BOOL) - isCanReturnMainSession
 Determine if participant can return to main session.
 

Detailed Description

Manages operations for attendees in breakout meetings.

Definition at line 411 of file MobileRTCBORole.h.

Method Documentation

◆ getBOName

- (NSString *_Nullable) getBOName

Get bo meeting name.

Returns
The bo name.

◆ isCanReturnMainSession

- (BOOL) isCanReturnMainSession

Determine if participant can return to main session.

Returns
YES if can, otherwise NO.

◆ isHostInThisBO

- (BOOL) isHostInThisBO

If the host in current bo.

Returns
The result of call the method.

◆ joinBO

- (BOOL) joinBO

Join to assined bo meeting.

Returns
The result of call the method.

◆ leaveBO

- (BOOL) leaveBO

Leave assined bo meeting.

Returns
The result of call the method.

◆ requestForHelp

- (BOOL) requestForHelp

Send help to admin.

Returns
The result of call the method.