|
iOS SDK API 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. | |
Definition at line 292 of file MobileRTCBORole.h.
| - (NSString *_Nullable) getBOName |
get bo meeting name.
| - (BOOL) isCanReturnMainSession |
Determine if participant can return to main session.
| - (BOOL) isHostInThisBO |
if the host in current bo.
| - (BOOL) joinBO |
join to assined bo meeting.
| - (BOOL) leaveBO |
leave assined bo meeting.
| - (BOOL) requestForHelp |
send help to admin