Interface for configuring 3D avatar settings.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Interface for configuring 3D avatar settings.
Definition at line 2118 of file ZoomSDKSettingService.h.
◆ enable3DAvatarEffectForAllMeeting:
| - (ZoomSDKError) enable3DAvatarEffectForAllMeeting: |
|
(BOOL) | enable |
|
Enables or disable 3D avatar effect when joining a meeting.
- Parameters
-
| enable | YES to enable 3D avatar effect, NO otherwise. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ get3DAvatarImageList
Gets the video filter images's list.
- Returns
- If there are images in the list, the poiters's return value is a list to ZoomSDK3DAvatarImageInfo. Otherwise, this function fails and returns nil.
◆ getLipSyncAvatarPreviewHelper
◆ getTestVideoDeviceHelper
Gets the object to test video device.
- Returns
- If the function succeeds, it returns a ZoomSDKSettingTestVideoDeviceHelper object. Otherwise, this function fails and returns nil.
◆ is3DAvatarEffectForAllMeetingEnabled
| - (BOOL) is3DAvatarEffectForAllMeetingEnabled |
|
|
|
Determines whether 3D avatar is enabled when the joining a meeting.
- Returns
- YES if enabled. Otherwise, NO.
◆ is3DAvatarEnabled
| - (BOOL) is3DAvatarEnabled |
|
|
|
Determines if the 3D avatar feature is enabled.
- Returns
- YES if the video filter feature is enabled. Otherwise, NO.
◆ is3DAvatarSupportedByDevice
| - (BOOL) is3DAvatarSupportedByDevice |
|
|
|
Determines if the 3D avatar feature is supported by video device.
- Returns
- YES if the video device supports the 3D avatar feature. Otherwise, NO.
◆ set3DAvatarImage:
Specify an image to be the video filter image.
- Parameters
-
| image | Specify the image to use. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ lipsyncAvatarPreviewHelper
◆ delegate