|
Meeting SDK for iOS API Reference
|
Manages operations for joining and leaving breakout meetings as an assistant. More...
#include <MobileRTCBORole.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - joinBO: |
| Join a bo meeting with bo id. | |
| (BOOL) | - leaveBO |
| Leave joined bo meeting. | |
Manages operations for joining and leaving breakout meetings as an assistant.
Definition at line 392 of file MobileRTCBORole.h.
| - (BOOL) joinBO: | (NSString *_Nonnull) | boId |
Join a bo meeting with bo id.
| boId | the BO id. |
| - (BOOL) leaveBO |
Leave joined bo meeting.