IosRecordConfig constructor
const
IosRecordConfig({
- List<
IosAudioCategoryOption> categoryOptions = const [IosAudioCategoryOption.defaultToSpeaker, IosAudioCategoryOption.allowBluetooth, IosAudioCategoryOption.allowBluetoothA2DP], - bool manageAudioSession = true,
Implementation
const IosRecordConfig({
this.categoryOptions = const [
IosAudioCategoryOption.defaultToSpeaker,
IosAudioCategoryOption.allowBluetooth,
IosAudioCategoryOption.allowBluetoothA2DP,
],
this.manageAudioSession = true,
});