iOS SDK API Reference
|
The information of the current user in the meeting. More...
#import <MobileRTCMeetingUserInfo.h>
Inherits NSObject.
Properties | |
NSUInteger | userID |
The ID of user. | |
NSString *_Nullable | persistentId |
Get the user persistent ID matched with the current user information.This ID persists for the duration of the main meeting.Once the main meeting ends, the ID will be discarded. | |
BOOL | isMySelf |
Determine if the information corresponds to the current user. | |
NSString *_Nullable | customerKey |
The value of customerKey. | |
NSString *_Nonnull | userName |
The screen name of user. | |
NSString *_Nonnull | avatarPath |
The path to store the head portrait. | |
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 | inWaitingRoom |
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. | |
MobileRTCUserRole | userRole |
the type of role of the user specified by the current information. | |
BOOL | isInterpreter |
Determine if user is interpreter. | |
NSString *_Nullable | interpreterActiveLanguage |
Get interpreter active language. | |
The information of the current user in the meeting.
Definition at line 117 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
User's audio status in the meeting.
Definition at line 149 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
The path to store the head portrait.
Definition at line 141 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
The value of customerKey.
Definition at line 133 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The feedback type from the user.
Definition at line 181 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The user raised his hand.
Definition at line 153 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
Get interpreter active language.
Definition at line 193 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
User enter the waiting room when joins the meeting.
Definition at line 157 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the current user is the co-host.
Definition at line 161 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the current user is h323 user.
Definition at line 169 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the current user is the host.
Definition at line 165 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Determine if user is interpreter.
Definition at line 189 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Determine if the information corresponds to the current user.
Definition at line 129 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the current user is Telephone user.
Definition at line 173 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the user is sharing only the sounds of computer.
Definition at line 177 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
Get the user persistent ID matched with the current user information.This ID persists for the duration of the main meeting.Once the main meeting ends, the ID will be discarded.
Definition at line 125 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The ID of user.
Definition at line 121 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
The screen name of user.
Definition at line 137 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
the type of role of the user specified by the current information.
Definition at line 185 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicretain |
User's video status in the meeting.
Definition at line 145 of file MobileRTCMeetingUserInfo.h.