Meeting SDK for iOS API 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. | |
Manages operations for attendees in breakout meetings.
Definition at line 411 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.