|
Meeting SDK for iOS API Reference
|
Provides functions for breakout meetings. More...
#include <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. | |
Provides functions for breakout meetings.
Definition at line 45 of file MobileRTCBORole.h.
| - (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: | (NSString *_Nonnull) | userID |
Get breakout meeting user status.
| userID | The user's user ID. |