Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
I3DAvatarSettingContext.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
Enumeration of common errors of SDK.
Represents information of a 3D avatar image.
void on3DAvatarItemDataDownloading(int index)
Callback event notifying that the selected 3d avatar item is downloading.
void on3DAvatarItemDataDownloaded(boolean bSuccess, int index)
Callback event notifying that whether or not the selected 3d avatar item has been downloaded successf...
3D Avatar Setting. Only be valid from join/start meeting until meeting end.
MobileRTCSDKError set3DAvatarImage(I3DAvatarImageInfo pImage)
Specify an image to be the video filter image.
boolean is3DAvatarSupportedByDevice()
Determine if the 3D avatar feature is supported by video device.
List< I3DAvatarImageInfo > get3DAvatarImageList()
Get the list of the video filter images.
MobileRTCSDKError enable3DAvatarEffectForAllMeeting(boolean bEnable)
Enable or disable 3D avatar effect when join meeting.
boolean is3DAvatarEnabled()
Determine if the 3D avatar feature is enabled.
void setEvent(I3DAvatarSettingContextEvent pEvent)
3D avatar callback handler.
boolean is3DAvatarEffectForAllMeetingEnabled()
Determine whether 3D avatar is enabled when the join meeting.