9#import <Foundation/Foundation.h>
50@property (nonatomic, assign) BOOL isMuted;
55@property (nonatomic, assign) BOOL isTalking;
71@property (nonatomic, assign) NSInteger tagID;
75@property (nonatomic, copy) NSString * _Nullable tagName;
96@property (nonatomic, assign, readonly) BOOL isAssetsLocked;
101@property (nonatomic, assign) BOOL isGranted;
112@property (nonatomic, assign) NSUInteger userID;
116@property (nonatomic, copy) NSString* _Nullable persistentId;
120@property (nonatomic, assign) BOOL isMySelf;
124@property (nonatomic, copy) NSString* _Nullable customerKey;
128@property (nonatomic, copy) NSString* _Nullable userName;
132@property (nonatomic, copy) NSString* _Nullable avatarPath;
144@property (nonatomic, assign) BOOL handRaised;
148@property (nonatomic, assign) BOOL hasCamera;
152@property (nonatomic, assign) BOOL inWaitingRoom;
156@property (nonatomic, assign) BOOL isCohost;
160@property (nonatomic, assign) BOOL isHost;
164@property (nonatomic, assign) BOOL isH323User;
168@property (nonatomic, assign) BOOL isPureCallInUser;
172@property (nonatomic, assign) BOOL isSharingPureComputerAudio;
184@property (nonatomic, assign) BOOL isInterpreter;
189@property (nonatomic, assign) BOOL isSignLanguageInterpreter;
193@property (nonatomic, copy) NSString* _Nullable interpreterActiveLanguage;
199@property (nonatomic, assign) BOOL isRawLiveStreaming;
204@property (nonatomic, assign) BOOL hasRawLiveStreamPrivilege;
210@property (nonatomic, assign) BOOL isClosedCaptionSender;
215@property (nonatomic, assign) BOOL isProductionStudioUser;
220@property (nonatomic, assign) BOOL isCompanionModeUser;
224@property (nonatomic, assign) NSInteger productionStudioParent;
229@property (nonatomic, assign) BOOL isInWebinarBackstage;
234@property (nonatomic, assign) BOOL isBotUser;
239@property (nonatomic, copy) NSString* _Nullable botAppName;
245- (BOOL)isVirtualNameTagEnabled;
271@property (nonatomic, assign) NSUInteger userID;
275@property (nonatomic, assign) BOOL isMySelf;
279@property (nonatomic, copy) NSString * _Nullable userName;
287@property (nonatomic, assign) BOOL handRaised;
291@property (nonatomic, assign) BOOL isAttendeeCanTalk;
MobileRTCDGrantCoOwnerAssetsType
MobileRTCUserRole
Enumeration of user roles.
MobileRTCEmojiFeedbackType
Enumeration of emoji feedback types.
MobileRTCAudioType
Enumeration of the type of a user's audio connection.
@ MobileRTCAudioType_None
@ MobileRTCAudioType_VoIP
@ MobileRTCAudioType_Telephony
The object of the audio status of the current user in the meeting.
This interface provides properties to specify and manage the privileges associated with different typ...
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.
Represents a virtual name tag.