|
Meeting SDK for iOS API Reference
|
A class that contains information of a user in the webinar. More...
#include <MobileRTCMeetingUserInfo.h>
Inherits NSObject.
Properties | |
| NSUInteger | userID |
| The user ID. | |
| BOOL | isMySelf |
| Determines if the information corresponds to the current user. | |
| NSString *_Nullable | userName |
| The screen name of the user. | |
| MobileRTCUserRole | userRole |
| The type of role of the user specified by the current information. | |
| BOOL | handRaised |
| Indicates if the user raised their hand. | |
| BOOL | isAttendeeCanTalk |
| Indicates if the attendee can talk. | |
| MobileRTCAudioStatus *_Nullable | audioStatus |
| The user's audio status in the webinar meeting. | |
A class that contains information of a user in the webinar.
Definition at line 297 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
The user's audio status in the webinar meeting.
Definition at line 332 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the user raised their hand.
Definition at line 322 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the attendee can talk.
Definition at line 327 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Determines if the information corresponds to the current user.
Definition at line 307 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The user ID.
Definition at line 302 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomiccopy |
The screen name of the user.
Definition at line 312 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The type of role of the user specified by the current information.
Definition at line 317 of file MobileRTCMeetingUserInfo.h.