andreamainella98 / phone_state

Flutter plugin
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

[FEATURE] Get if the out going call was answer #8

Closed hydev777 closed 1 year ago

hydev777 commented 2 years ago

Hello, it would be great if we could know if the call was answer, we currently only have these statuses: NOTHING, CALL_ENDED, CALL_INCOMING and CALL_STARTED. When we start to make a call we immediately get the status CALL_STARTED and then we get CALL_ENDED either if we hang up the call or the person we are calling to ends the call, so there is no a way to know when was hanged up by the caller or the person we are calling to. Please consider to add this feature since will add more functionality to this package.

andreamainella98 commented 1 year ago

Duplicate #15