|
Meeting SDK for iOS API Reference
|
Delegate protocol for meeting settings events, including 3D avatar settings. More...
#include <MobileRTCMeetingDelegate.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onCustom3DAvatarImageModelDataDownloaded:imageInfo: |
| Notification of whether or not the custom 3d avatar image model data has been downloaded successfully. | |
| (void) | - onCustom3DAvatarDefaultImageModelDataDownloaded: |
| Notification of whether or not the custom 3d avatar default image model data has been downloaded successfully. | |
Delegate protocol for meeting settings events, including 3D avatar settings.
Definition at line 1933 of file MobileRTCMeetingDelegate.h.
|
optionalrequired |
Notification of whether or not the custom 3d avatar default image model data has been downloaded successfully.
| success | YES means the custom 3d avatar default image model data has been downloaded successfully. |
|
optional |
Notification of whether or not the custom 3d avatar image model data has been downloaded successfully.
| success | YES means the custom 3d avatar image model data has been downloaded successfully. |
| imageInfo | The image info of the downloaded custom 3d avatar image. |