doneservices / flutter_callkeep

iOS CallKit and Android ConnectionService bindings for Flutter
58 stars 41 forks source link

[iOS] Clear outgoing and answerCall properly #56

Closed Ayman-Barghout closed 1 year ago

Ayman-Barghout commented 1 year ago

Otherwise, we would get that there is an answered call when there isn't as the cached call is not cleared properly, this caused some issues in iOS where we try to answer an outgoing call, which caused the call to fail before it connects.

MrAlek commented 1 year ago

Great work finding this deep in the Swift code 👏