NERtc iOS SDK  V4.6.0
属性 | 所有成员列表
NERtcEngineContext类 参考

初始化设置 NERtcEngine 更多...

#import <NERtcEngineContext.h>

类 NERtcEngineContext 继承关系图:

属性

NSString * appKey
 应用的 App Key。在云信控制台创建应用后,可以查看对应的 App Key。 更多...
 
NERtcLogSettinglogSetting
 日志配置,详细信息请参考 NERtcLogSetting更多...
 
id< NERtcEngineDelegateExengineDelegate
 NERtcEngine 的回调接口,由用户提供。 更多...
 
NERtcServerAddressesserverAddress
 私有化服务器地址 更多...
 

详细描述

初始化设置 NERtcEngine

属性说明

◆ appKey

- (NSString*) appKey
readwritenonatomiccopy

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

◆ engineDelegate

- (id<NERtcEngineDelegateEx>) engineDelegate
readwritenonatomicweak

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

◆ logSetting

- (NERtcLogSetting*) logSetting
readwritenonatomicstrong

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

◆ serverAddress

- (NERtcServerAddresses*) serverAddress
readwritenonatomicstrong

私有化服务器地址

注解
如需启用私有化功能,请联系技术支持获取详情

该类的文档由以下文件生成: