InitConfig constructor
InitConfig({
- required String? domain,
- required bool? enableLog,
- String? logFilePrefix,
- String? appGroupId,
- bool? enableFullHD,
- bool? enableCallKit,
- RawDataMemoryMode? videoRawDataMemoryMode,
- RawDataMemoryMode? audioRawDataMemoryMode,
- 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});