RtcEngineContext constructor

RtcEngineContext(
  1. String appId, {
  2. List<AreaCode>? areaCode,
  3. LogConfig? logConfig,
})

Constructs the RtcEngineContext.

Implementation

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