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

Detailed Description

A class that manages operations for joining and leaving breakout meetings as an assistant.

Definition at line 408 of file MobileRTCBORole.h.

Method Documentation

◆ joinBO:

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

Joins a breakout meeting with breakout room ID.

Parameters
boIdThe breakout room ID.
Returns
YES if the function succeeds. Otherwise, NO.

◆ leaveBO

- (BOOL) leaveBO

Leaves the joined breakout meeting.

Returns
YES if the function succeeds. Otherwise, NO.