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

Delegate protocol for receiving 3D avatar setting events. 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 all custom 3D avatar element model data download completes.

Detailed Description

Delegate protocol for receiving 3D avatar setting events.

Definition at line 634 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 all custom 3D avatar element model data download completes.

Parameters
isSuccessYES if all custom 3D avatar element 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.