Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDK3DAvatarSettingDelegate> Protocol Reference

3D avatar context callback event. More...

#include <ZoomSDKSettingVideoEffectController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - on3DAvatarItemThumbnailsDownloaded
 Callback event when all 3D avatar items' thumbnails have been downloaded.
(void) - on3DAvatarItemDataDownloading:
 Callback event when the selected 3D avatar item is downloading.
(void) - on3DAvatarItemDataDownloaded:index:
 Callback event when the selected 3D avatar item download completes.
(void) - onCustom3DAvatarImageModelDataDownloaded:avatarImage:
 Callback event when the custom 3D avatar image model data download completes.
(void) - onCustom3DAvatarDefaultImageModelDataDownloaded:
 Callback event when the custom 3D avatar default image model data download completes.

Detailed Description

3D avatar context callback event.

Definition at line 196 of file ZoomSDKSettingVideoEffectController.h.

Method Documentation

◆ on3DAvatarItemDataDownloaded:index:

- (void) on3DAvatarItemDataDownloaded: (BOOL) isSuccess
index: (int) index 

Callback event when the selected 3D avatar item download completes.

Parameters
isSuccessYES if the selected 3D avatar item has been downloaded successfully, NO otherwise.
indexThe index of the selected 3D avatar item.

◆ on3DAvatarItemDataDownloading:

- (void) on3DAvatarItemDataDownloading: (int) index

Callback event when the selected 3D avatar item is downloading.

Parameters
indexThe index of the selected 3D avatar item.

◆ on3DAvatarItemThumbnailsDownloaded

- (void) on3DAvatarItemThumbnailsDownloaded

Callback event when all 3D avatar items' thumbnails have been downloaded.

References on3DAvatarItemThumbnailsDownloaded.

Referenced by on3DAvatarItemThumbnailsDownloaded.

◆ onCustom3DAvatarDefaultImageModelDataDownloaded:

- (void) onCustom3DAvatarDefaultImageModelDataDownloaded: (BOOL) isSuccess

Callback event when the custom 3D avatar default image model data download completes.

Parameters
isSuccessYES if the custom 3D avatar default image model data has been downloaded successfully, NO otherwise.

◆ onCustom3DAvatarImageModelDataDownloaded:avatarImage:

- (void) onCustom3DAvatarImageModelDataDownloaded: (BOOL) isSuccess
avatarImage: (ZoomSDK3DAvatarImageInfo *) image 

Callback event when the custom 3D avatar image model data download completes.

Parameters
isSuccessYES if the custom 3D avatar image model data has been downloaded successfully, NO otherwise.
imageThe custom 3D avatar image info that was downloaded.