Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ICustom3DAvatarElementSettingContext.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
93
Enumeration of common SDK errors.
Custom 3D Avatar element color information interface.
Custom 3D Avatar element image information interface.
void onCustom3DAvatarElementImageModelDataDownloaded(boolean bSuccess, ICustom3DAvatarElementImageInfo pImageInfo)
Callback event when the custom 3D avatar element image model data has been downloaded successfully or...
Context interface for configuring custom 3D avatar elements during avatar creation or editing.
List< ICustom3DAvatarElementColorInfo > getCustom3DAvatarElementColorList()
Gets the list of custom 3D avatar element colors.
MobileRTCSDKError setCustom3DAvatarElementImage(ICustom3DAvatarElementImageInfo pImageInfo)
Applies a custom 3D avatar element image to the avatar being created or edited.
List< ICustom3DAvatarElementImageInfo > getCustom3DAvatarElementImageList()
Gets the list of available custom 3D avatar element images.
MobileRTCSDKError downloadCustom3dAvatarElementImageModelData(ICustom3DAvatarElementImageInfo pImageInfo)
Downloads the model data required for a specific custom 3D avatar element image. This should be calle...
MobileRTCSDKError setCustom3DAvatarElementColor(ICustom3DAvatarElementColorInfo pColorInfo)
Applies a color to the avatar being created or edited.
MobileRTCSDKError setEvent(ICustom3DAvatarElementSettingContextEvent pEvent)
Custom 3D avatar element setting callback handler.
boolean isCustom3DAvatarElementImageModelDataReady(ICustom3DAvatarElementImageInfo pImageInfo)
Checks whether the model data for a specific custom 3D avatar element image has been fully downloaded...