Reputation: 1
I'm developing a Flutter app and need to detect phone call states (incoming, outgoing, ended) and their durations specifically for iOS.
Call State Detection: Is there a reliable way to monitor call states on iOS, given that CTCallCenter is deprecated?
Call Duration: Can I access the duration of a call after it ends? If so, how?
Upvotes: 0
Views: 27