|
iOS API
|
The information of the current user in the meeting. More...
#import <MobileRTCMeetingUserInfo.h>
Properties | |
| NSUInteger | userID |
| The ID of user. | |
| NSString *_Nullable | participantID |
| The ID of participantID. | |
| NSString *_Nonnull | userName |
| The screen name of user. | |
| NSString *_Nonnull | avatarPath |
| The path to store the head portrait. | |
| NSInteger | unread |
| Unread messages in the meeting. | |
| MobileRTCVideoStatus *_Nonnull | videoStatus |
| User's video status in the meeting. | |
| MobileRTCAudioStatus *_Nonnull | audioStatus |
| User's audio status in the meeting. | |
| BOOL | handRaised |
| The user raised his hand. | |
| BOOL | inSilentMode |
| User enter the waiting room when joins the meeting. | |
| BOOL | isCohost |
| Query if the current user is the co-host. | |
| BOOL | isHost |
| Query if the current user is the host. | |
| BOOL | isH323User |
| Query if the current user is h323 user. | |
| BOOL | isPureCallInUser |
| Query if the current user is Telephone user. | |
| BOOL | isSharingPureComputerAudio |
| Query if the user is sharing only the sounds of computer. | |
| MobileRTCFeedbackType | feedbackType |
| The feedback type from the user. | |
The information of the current user in the meeting.
1.8.14