9#import <MobileRTC/MobileRTC.h>
24@property (nonatomic, copy) NSString * _Nullable
imagePath;
29@property (nonatomic, copy) NSString * _Nullable
imageName;
34@property (nonatomic, assign) NSInteger
index;
47@interface MobileRTCMeetingService (Avatar)
52- (BOOL)is3DAvatarSupportedByDevice;
58- (BOOL)is3DAvatarEnabled;
98- (BOOL)is3DAvatarEffectForAllMeetingEnabled;
MobileRTCSDKError
Enumeration of SDK error.
BOOL isLastUsed
Determine if it is the most recently used image.
BOOL isSelected
Determine the usage of current image.
NSInteger index
Get the index of current image.
NSString *_Nullable imageName
Get the name of current image.
NSString *_Nullable imagePath
Get the file path of current image.