Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCBOAssistant Class Reference

#import <MobileRTCBORole.h>

Inherits NSObject.

Instance Methods

(BOOL) - joinBO:
 join a bo meeting with bo id..
 
(BOOL) - leaveBO
 leave joined bo meeting.
 

Detailed Description

Definition at line 347 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.