Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCBOAssistant Class 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.
 

Detailed Description

Manages operations for joining and leaving breakout meetings as an assistant.

Definition at line 390 of file MobileRTCBORole.h.

Method Documentation

◆ joinBO:

- (BOOL) joinBO: (NSString *_Nonnull) boId

Join a bo meeting with bo id.

Parameters
boIdthe BO id.
Returns
The result of call the method.

◆ leaveBO

- (BOOL) leaveBO

Leave joined bo meeting.

Returns
The result of call the method.