Parameters for initializing the NexConn Chat SDK.
NCEngine.initialize({ appKey: 'your-app-key', logLevel: LogLevel.WARN, areaCode: AreaCode.SINGAPORE,});
The application key obtained from the NexConn developer console
Log output level. Default value: {@link LogLevel.WARN}
Data center area code. Default value: {@link AreaCode.SG}
Parameters for initializing the NexConn Chat SDK.