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

Provides data helper functions for breakout meetings. More...

#include <MobileRTCBORole.h>

Inherits NSObject.

Instance Methods

(NSArray *_Nullable) - getUnassignedUserList
 Get un assined user list.
 
(NSArray *_Nullable) - getBOMeetingIDList
 Get all bo meeting id list.
 
(MobileRTCBOUser *_Nullable) - getBOUserByUserID:
 Get bo user object by bo user id.
 
(MobileRTCBOMeeting *_Nullable) - getBOMeetingByID:
 Get bo meeting object by bo meeting id.
 
(NSString *_Nullable) - getCurrentBOName
 Get bo meeting name of current BO.
 
(BOOL) - isBOUserMyself:
 Whether the boUserId is current user.
 

Detailed Description

Provides data helper functions for breakout meetings.

Definition at line 455 of file MobileRTCBORole.h.

Method Documentation

◆ getBOMeetingByID:

- (MobileRTCBOMeeting *_Nullable) getBOMeetingByID: (NSString *_Nonnull) boId

Get bo meeting object by bo meeting id.

Parameters
boIdthe BO id.
Returns
The object of MobileRTCBOMeeting.

◆ getBOMeetingIDList

- (NSArray *_Nullable) getBOMeetingIDList

Get all bo meeting id list.

Returns
The BOMeeting id list.

◆ getBOUserByUserID:

- (MobileRTCBOUser *_Nullable) getBOUserByUserID: (NSString *_Nonnull) userId

Get bo user object by bo user id.

Parameters
userIdthe user id.
Returns
The object of MobileRTCBOUser.

◆ getCurrentBOName

- (NSString *_Nullable) getCurrentBOName

Get bo meeting name of current BO.

Returns
The current BO name.

◆ getUnassignedUserList

- (NSArray *_Nullable) getUnassignedUserList

Get un assined user list.

Returns
The unassigned user list.

◆ isBOUserMyself:

- (BOOL) isBOUserMyself: (NSString *_Nonnull) boUserId

Whether the boUserId is current user.

Parameters
boUserIdthe bo user id.
Returns
The result of call the method.