record icon indicating copy to clipboard operation
record copied to clipboard

Expose AVAudioSession interface

Open ajsharp opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I need access to the AVAudioSession swift class. This is useful and necessary sometimes, such as when connected to a car bluetooth device to "end the call" that cars will "start" when you are using the mic when in the car.

Describe the solution you'd like Make a method available that allows setting the AVAudioSession category.

ajsharp avatar Jan 27 '24 21:01 ajsharp

This package won't expose this. What can be done is to restore the previous category before the recording.

llfbandit avatar Mar 02 '24 17:03 llfbandit

This is also quite a big painpoint for our project

mynlexi avatar Jul 28 '24 17:07 mynlexi