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

#import <MobileRTCBORole.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getBOMeetingId
 get bo meeting id.
 
(NSString *_Nullable) - getBOMeetingName
 get bo meeting name.
 
(NSArray< NSString * > *_Nullable) - getBOMeetingUserList
 get bo meeting user array.
 
(MobileRTCBOUserStatus- getBOUserStatusWithUserID:
 Get breakout meeting user status.
 

Detailed Description

Definition at line 31 of file MobileRTCBORole.h.

Method Documentation

◆ getBOMeetingId

- (NSString *_Nullable) getBOMeetingId

get bo meeting id.

◆ getBOMeetingName

- (NSString *_Nullable) getBOMeetingName

get bo meeting name.

◆ getBOMeetingUserList

- (NSArray< NSString * > *_Nullable) getBOMeetingUserList

get bo meeting user array.

◆ getBOUserStatusWithUserID:

- (MobileRTCBOUserStatus) getBOUserStatusWithUserID: (NSString *_Nonnull)  userID

Get breakout meeting user status.

Parameters
userIDThe user's user ID.
Returns
If the function succeeds,will return user status.