You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There is a new option IosRecordConfig.manageAudioSession (in master, but not yet released) which you can set to false and then use the audio_session plugin to manage the AVAudioSession all by yourself.
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.The text was updated successfully, but these errors were encountered: