IosRecordConfig constructor

const IosRecordConfig({
  1. List<IosAudioCategoryOption> categoryOptions = const [IosAudioCategoryOption.defaultToSpeaker, IosAudioCategoryOption.allowBluetooth, IosAudioCategoryOption.allowBluetoothA2DP],
  2. bool manageAudioSession = true,
})

Implementation

const IosRecordConfig({
  this.categoryOptions = const [
    IosAudioCategoryOption.defaultToSpeaker,
    IosAudioCategoryOption.allowBluetooth,
    IosAudioCategoryOption.allowBluetoothA2DP,
  ],
  this.manageAudioSession = true,
});