hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
150 stars 237 forks source link

Audio Session , Failed to set properties #497

Open jdmnonius opened 1 month ago

jdmnonius commented 1 month ago

I'm trying to use the library for a softphone app in IOS, and I'm having trouble setting the AudioSession. I have a few questions: 1 - Why is the function configurAudioSession() called so many times? 2 - I'm having this error "AVAudioSession_iOS.mm:2375 Failed to set properties, error: '!int'". I debugged the app a lot and figure the error was here : image 3 - I'm trying to combine this library with the ABTO_sdk for flutter, did anyone else tried this solution?