NERtcEngineContext Class Reference

Inherits from NSObject
Declared in NERtcEngineContext.h

Overview

初始化设置 NERtcEngine 的参数类

  appKey

应用的 App Key。在云信控制台创建应用后,可以查看对应的 App Key。

@property (nonatomic, copy) NSString *appKey

Discussion

应用的 App Key。在云信控制台创建应用后,可以查看对应的 App Key。

Declared In

NERtcEngineContext.h

  logSetting

日志配置,详细信息请参考NERtcLogSetting。

@property (nonatomic, strong) NERtcLogSetting *logSetting

Discussion

日志配置,详细信息请参考NERtcLogSetting。

Declared In

NERtcEngineContext.h

  engineDelegate

NERtcEngine 的回调接口,由用户提供。

@property (nonatomic, weak) id<NERtcEngineDelegateEx> engineDelegate

Discussion

NERtcEngine 的回调接口,由用户提供。

Declared In

NERtcEngineContext.h