Agora RTC Objective-C API Reference  Refactor
AgoraMetachatKit Class Reference

Inherits <NSObject>.

Method Documentation

◆ sharedMetachatWithConfig:

+ (instancetype _Nonnull) sharedMetachatWithConfig: (AgoraMetachatConfig *_Nonnull)  config

◆ destroy

+ (void) destroy

◆ getLauncherVersion

- (NSString *_Nullable) getLauncherVersion

◆ getScenes

- (NSInteger) getScenes

◆ isSceneDownloaded:

- (NSInteger) isSceneDownloaded: (NSInteger)  sceneId

◆ downloadScene:

- (NSInteger) downloadScene: (NSInteger)  sceneId

◆ cancelDownloadScene:

- (NSInteger) cancelDownloadScene: (NSInteger)  sceneId

◆ cleanScene:

- (NSInteger) cleanScene: (NSInteger)  sceneId

◆ createScene:delegate:

- (AgoraMetachatScene *_Nullable) createScene: (NSString *_Nullable)  roomName
delegate: (id< AgoraMetachatSceneEventDelegate >_Nonnull)  delegate