NERtc iOS SDK V4.6.10
Properties | List of all members
NERtcEngineContext Class Reference

Initializes the NERtcEngine instance. More...

#import <NERtcEngineContext.h>

Inheritance diagram for NERtcEngineContext:

Properties

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

Detailed Description

Initializes the NERtcEngine instance.

Property Documentation

◆ appKey

- (NSString*) appKey
readwritenonatomiccopy

The App Key of an app.

You can view the App Key in the CommsEase 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.

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

The documentation for this class was generated from the following file: