|
Meeting SDK for iOS API Reference
|
The information of user in the webinar. More...
#include <MobileRTCMeetingUserInfo.h>
Inherits NSObject.
Properties | |
| NSUInteger | userID |
| The ID of user. | |
| BOOL | isMySelf |
| Determine if the information corresponds to the current user. | |
| NSString *_Nullable | userName |
| The screen name of user. | |
| MobileRTCUserRole | userRole |
| The type of role of the user specified by the current information. | |
| BOOL | handRaised |
| The user raised his hand. | |
| BOOL | isAttendeeCanTalk |
| Attendee can talk or not. | |
| MobileRTCAudioStatus *_Nullable | audioStatus |
| User's audio status in the webinar meeting. | |
The information of user in the webinar.
Definition at line 266 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
User's audio status in the webinar meeting.
Definition at line 294 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The user raised his hand.
Definition at line 286 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Attendee can talk or not.
Definition at line 290 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Determine if the information corresponds to the current user.
Definition at line 274 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The ID of user.
Definition at line 270 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomiccopy |
The screen name of user.
Definition at line 278 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The type of role of the user specified by the current information.
Definition at line 282 of file MobileRTCMeetingUserInfo.h.