Agora RTC Objective-C API Reference  Refactor
AgoraMetachatScene Class Reference

Inherits <NSObject>.

Method Documentation

◆ destroy

- (NSInteger) destroy

◆ enterScene:avatarConfig:

- (NSInteger) enterScene: (AgoraMetachatSceneInfo *_Nonnull)  sceneInfo
avatarConfig: (AgoraMetachatUserAvatarConfig *_Nonnull)  avatarConfig 

◆ leaveScene

- (NSInteger) leaveScene

◆ sendMessageToScene:

- (NSInteger) sendMessageToScene: (NSData *_Nonnull)  message

◆ setSceneParameters:

- (NSInteger) setSceneParameters: (NSString *_Nonnull)  jsonParam

◆ enableUserPositionNotification:

- (NSInteger) enableUserPositionNotification: (BOOL)  enable

◆ enableVideoDisplay:enable:

- (NSInteger) enableVideoDisplay: (uint32_t)  displayId
enable: (BOOL)  enable 

◆ pushVideoFrameToDisplay:frame:

- (NSInteger) pushVideoFrameToDisplay: (uint32_t)  displayId
frame: (AgoraVideoFrame *_Nullable)  frame 

◆ updateLocalAvatarConfig:

- (NSInteger) updateLocalAvatarConfig: (AgoraMetachatUserAvatarConfig *_Nonnull)  config