6#import <MobileRTC/MobileRTC.h>
21@property (nonatomic, copy) NSString * _Nullable
imagePath;
26@property (nonatomic, copy) NSString * _Nullable
imageName;
31@property (nonatomic, assign) NSInteger
index;
44@interface MobileRTCMeetingService (Avatar)
49- (BOOL)is3DAvatarSupportedByDevice;
55- (BOOL)is3DAvatarEnabled;
95- (BOOL)is3DAvatarEffectForAllMeetingEnabled;
MobileRTCSDKError
Enumeration of the SDK error.
BOOL isLastUsed
YES if it is the most recently used image. Otherwise, NO.
BOOL isSelected
YES if the current image is selected. Otherwise, NO.
NSInteger index
The index of the current image.
NSString *_Nullable imageName
The name of the current image.
NSString *_Nullable imagePath
The file path of the current image.