InitConfig constructor

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

Implementation

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