RtcEngineConfig constructor

RtcEngineConfig(
  1. String appId, {
  2. String rtcServer = '',
  3. bool? videoCodecHwAcceleration = false,
  4. int? audioScenario = 0,
})

Constructs a RtcEngineConfig

Implementation

RtcEngineConfig(this.appId,
    {this.rtcServer = '',
    this.videoCodecHwAcceleration = false,
    this.audioScenario = 0});