9#import <Foundation/Foundation.h>
50@property (nonatomic, assign) BOOL isMuted;
55@property (nonatomic, assign) BOOL isTalking;
121@property (nonatomic, assign) NSUInteger userID;
125@property (nonatomic, retain) NSString* _Nullable persistentId;
129@property (nonatomic, assign) BOOL isMySelf;
133@property (nonatomic, retain) NSString* _Nullable customerKey;
137@property (nonatomic, retain) NSString* _Nonnull userName;
141@property (nonatomic, retain) NSString* _Nonnull avatarPath;
153@property (nonatomic, assign) BOOL handRaised;
157@property (nonatomic, assign) BOOL inWaitingRoom;
161@property (nonatomic, assign) BOOL isCohost;
165@property (nonatomic, assign) BOOL isHost;
169@property (nonatomic, assign) BOOL isH323User;
173@property (nonatomic, assign) BOOL isPureCallInUser;
177@property (nonatomic, assign) BOOL isSharingPureComputerAudio;
189@property (nonatomic, assign) BOOL isInterpreter;
193@property (nonatomic, retain) NSString* _Nullable interpreterActiveLanguage;
203@property (nonatomic, assign) NSUInteger userID;
207@property (nonatomic, assign) BOOL isMySelf;
211@property (nonatomic, retain) NSString * _Nullable userName;
219@property (nonatomic, assign) BOOL handRaised;
223@property (nonatomic, assign) BOOL isAttendeeCanTalk;
MobileRTCUserRole
Enumeration of user roles.
@ MobileRTCFeedbackType_Good
Good.
@ MobileRTCFeedbackType_Fast
faster.
@ MobileRTCFeedbackType_Yes
YES.
@ MobileRTCFeedbackType_Hand
User rises hand.
@ MobileRTCFeedbackType_Slow
Slow/Slowly.
@ MobileRTCFeedbackType_Emoji
Other expression.
@ MobileRTCFeedbackType_No
NO.
@ MobileRTCFeedbackType_Bad
Bad.
@ MobileRTCFeedbackType_None
There is no feedback from user.
@ MobileRTCFeedbackType_Clap
Clap.
@ MobileRTCFeedbackType_Coffee
Coffee.
@ MobileRTCFeedbackType_Clock
Clock.
MobileRTCAudioType
An Enum for Audio Type.
@ MobileRTCAudioType_None
None.
@ MobileRTCAudioType_VoIP
VoIP.
@ MobileRTCAudioType_Telephony
Telephony.
The information of the current user in the meeting.
The information of user in the webinar.
The object of video status of the current user in the meeting.
BOOL isSending
Query if the user is sending video.
BOOL isSource
Check if the camera is connected to the current meeting.
BOOL isReceiving
Query if the user is receiving video.