iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Avatar.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+Avatar.h
3// MobileRTC
4//
5// Created by Zoom on 10/10/22.
6// Copyright © 2022 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
14@interface MobileRTC3DAvatarImageInfo : NSObject
18@property (nonatomic, assign) BOOL isSelected;
19
23@property (nonatomic, copy) NSString *imagePath;
24
28@property (nonatomic, copy) NSString *imageName;
29
33@property (nonatomic, assign) NSInteger index;
34@end
35
36
40@interface MobileRTCMeetingService (Avatar)
41
46- (BOOL)is3DAvatarSupportedByDevice;
47
52- (BOOL)is3DAvatarEnabled;
53
58- (NSArray <MobileRTC3DAvatarImageInfo* >*)get3DAvatarImageList;
59
66- (MobileRTCSDKError)set3DAvatarImage:(MobileRTC3DAvatarImageInfo*)imageInfo;
67
73- (MobileRTCSDKError)showAvatar:(BOOL)bShow;
74
79- (BOOL)isShowAvatar;
80@end
81
MobileRTCSDKError
An enumeration of SDK error.
NSString * imageName
Get the name of current image.
BOOL isSelected
Determine the usage of current image.
NSString * imagePath
Get the file path of current image.
NSInteger index
Get the index of current image.