#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 1794 of file ZoomSDKSettingService.h.
◆ enable3DAvatarEffectForAllMeeting:
- (ZoomSDKError) enable3DAvatarEffectForAllMeeting: |
|
(BOOL) | enable |
|
Enable or disable 3D avatar effect when joining a meeting.
- Parameters
-
enable | YES to enable 3D avatar effect. Otherwise not. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise the functain fails and returns a calling error.
◆ get3DAvatarImageList
Get the list of the video filter images.
- Returns
- If there are images in the list, the return value is a list of the poiters to ZoomSDK3DAvatarImageInfo.
◆ getLipSyncAvatarPreviewHelper
◆ getTestVideoDeviceHelper
◆ is3DAvatarEffectForAllMeetingEnabled
- (BOOL) is3DAvatarEffectForAllMeetingEnabled |
|
|
|
Determine whether 3D avatar is enabled when the joining a meeting.
- Returns
- YES if enabled, otherwise the function returns NO.
◆ is3DAvatarEnabled
- (BOOL) is3DAvatarEnabled |
|
|
|
Determine if the 3D avatar feature is enabled.
- Returns
- YES indicates the video filter feature is enabled.
◆ is3DAvatarSupportedByDevice
- (BOOL) is3DAvatarSupportedByDevice |
|
|
|
Determine if the 3D avatar feature is supported by video device.
- Returns
- YES indicates that the video device supports the 3D avatar feature.
◆ set3DAvatarImage:
Specify an image to be the video filter image.
- Parameters
-
image | Specify the image to use. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ _delegate
◆ lipsyncAvatarPreviewHelper
◆ delegate