manageAudioSession property

bool manageAudioSession
final

Manage the shared AVAudioSession (defaults to true).

Set this to false if another plugin is already managing the AVAudioSession.

If false, there will be no check of the RecordConfig given.

Implementation

final bool manageAudioSession;