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

#import <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

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