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