RtcEngineConfig constructor

RtcEngineConfig(
  1. String appId,
  2. {AreaCode areaCode,
  3. LogConfig logConfig}
)

Constructs a RtcEngineConfig

Implementation

RtcEngineConfig(this.appId, {this.areaCode, this.logConfig});