Ios recorder configuration
IosRecorderConfiguration
#
iOS specific configuration for recording.
manage_audio_session
#
manage_audio_session: bool = True
Whether to manage the shared AVAudioSession.
Set this to False if another plugin is
already managing the AVAudioSession.
options
#
options: list[IosAudioCategoryOption] = field(
default_factory=lambda: [
DEFAULT_TO_SPEAKER,
ALLOW_BLUETOOTH,
ALLOW_BLUETOOTH_A2DP,
]
)
Optional audio behaviors.