InitConfig constructor

InitConfig({
  1. required String? domain,
  2. required bool? enableLog,
  3. String? logFilePrefix,
  4. String? appGroupId,
  5. bool? enableFullHD,
  6. RawDataMemoryMode? videoRawDataMemoryMode,
  7. RawDataMemoryMode? audioRawDataMemoryMode,
  8. RawDataMemoryMode? shareRawDataMemoryMode,
  9. String? speakerFilePath,
})

Implementation

InitConfig(
    {required this.domain,
    required this.enableLog,
    this.logFilePrefix,
    this.appGroupId,
    this.enableFullHD,
    this.videoRawDataMemoryMode,
    this.audioRawDataMemoryMode,
    this.shareRawDataMemoryMode,
    this.speakerFilePath});