|
Meeting SDK for iOS API 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. | |
Provides data helper functions for breakout meetings.
Definition at line 457 of file MobileRTCBORole.h.
| - (MobileRTCBOMeeting *_Nullable) getBOMeetingByID: | (NSString *_Nonnull) | boId |
Get bo meeting object by bo meeting id.
| boId | the BO id. |
| - (NSArray *_Nullable) getBOMeetingIDList |
Get all bo meeting id list.
| - (MobileRTCBOUser *_Nullable) getBOUserByUserID: | (NSString *_Nonnull) | userId |
Get bo user object by bo user id.
| userId | the user id. |
| - (NSString *_Nullable) getCurrentBOName |
Get bo meeting name of current BO.
| - (NSArray *_Nullable) getUnassignedUserList |
Get un assined user list.
| - (BOOL) isBOUserMyself: | (NSString *_Nonnull) | boUserId |
Whether the boUserId is current user.
| boUserId | the bo user id. |