Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCMeetingSettingsDelegate> Protocol 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.

Detailed Description

Delegate protocol for meeting settings events, including 3D avatar settings.

Definition at line 1933 of file MobileRTCMeetingDelegate.h.

Method Documentation

◆ onCustom3DAvatarDefaultImageModelDataDownloaded:

- (void) onCustom3DAvatarDefaultImageModelDataDownloaded: (BOOL) success
optionalrequired

Notification of whether or not the custom 3d avatar default image model data has been downloaded successfully.

Parameters
successYES means the custom 3d avatar default image model data has been downloaded successfully.

◆ onCustom3DAvatarImageModelDataDownloaded:imageInfo:

- (void) onCustom3DAvatarImageModelDataDownloaded: (BOOL) success
imageInfo: (MobileRTC3DAvatarImageInfo *_Nullable) imageInfo 
optional

Notification of whether or not the custom 3d avatar image model data has been downloaded successfully.

Parameters
successYES means the custom 3d avatar image model data has been downloaded successfully.
imageInfoThe image info of the downloaded custom 3d avatar image.