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

Initializes the NERtcEngine instance. 更多...

#import <NERtcEngineContext.h>

类 NERtcEngineContext 继承关系图:

属性

NSString * appKey
 The App Key of an app. 更多...
 
NERtcLogSettinglogSetting
 The log setting of NERtc. 更多...
 
id< NERtcEngineDelegateExengineDelegate
 The callback interface of NERtcEngine provided by the developer. 更多...
 
NERtcServerAddressesserverAddress
 The private server address. 更多...
 

详细描述

Initializes the NERtcEngine instance.

属性说明

◆ appKey

- (NSString*) appKey
readwritenonatomiccopy

The App Key of an app.

You can view the App Key in the YunXin console after you create an app.

◆ engineDelegate

- (id<NERtcEngineDelegateEx>) engineDelegate
readwritenonatomicweak

The callback interface of NERtcEngine provided by the developer.

◆ logSetting

- (NERtcLogSetting*) logSetting
readwritenonatomicstrong

The log setting of NERtc.

For more information, see NERtcLogSetting.

◆ serverAddress

- (NERtcServerAddresses*) serverAddress
readwritenonatomicstrong

The private server address.

注解
To use a private server, contact technical support for help.

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