|
Meeting SDK for iOS API 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. | |
A class that manages operations for attendees in breakout meetings.
Definition at line 429 of file MobileRTCBORole.h.
| - (NSString *_Nullable) getBOName |
Gets the breakout meeting name.
| - (BOOL) isCanReturnMainSession |
Determines if participant can return to main session.
| - (BOOL) isHostInThisBO |
Determines if the host is in the current breakout room.
| - (BOOL) joinBO |
Joins the assigned breakout meeting.
| - (BOOL) leaveBO |
Leaves the assigned breakout meeting.
| - (BOOL) requestForHelp |
Sends help request to admin.