#import <MobileRTCBORole.h>
Inherits NSObject.
Definition at line 332 of file MobileRTCBORole.h.
◆ getBOMeetingByID:
get bo meeting object by bo meeting id.
- Parameters
-
- 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
-
- 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
-
- Returns
- the result of call the method.