|
Meeting SDK for iOS API Reference
|
A class that manages operations for joining and leaving breakout meetings as an assistant. More...
#include <MobileRTCBORole.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - joinBO: |
| Joins a breakout meeting with breakout room ID. | |
| (BOOL) | - leaveBO |
| Leaves the joined breakout meeting. | |
A class that manages operations for joining and leaving breakout meetings as an assistant.
Definition at line 408 of file MobileRTCBORole.h.
| - (BOOL) joinBO: | (NSString *_Nonnull) | boId |
Joins a breakout meeting with breakout room ID.
| boId | The breakout room ID. |
| - (BOOL) leaveBO |
Leaves the joined breakout meeting.