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

#import <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

Definition at line 364 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.