yanisalfian / flutter-phone-direct-caller

Call a number directly from flutter application
MIT License
29 stars 38 forks source link

Phone Call data #21

Open yarn-rp opened 2 years ago

yarn-rp commented 2 years ago

Hi there, I was wondering if somehow this plugin could retrieve data about the phone call ended.

Data I think could be useful:

  1. Duration of the phone call
  2. Did the end user answered or was a missed phone call.

I'm not aware of all the responses of the phone calls API, but would be great to have the full response of the phone call like natives phone call apps does. At least, this 2 usecases exposed before, are pretty cool and helpful. Thank you for your time

yanisalfian commented 2 years ago

Hi @yarn-rp

  1. Duration of the phone call

Please see my comment here

  1. Did the end user answered or was a missed phone call.

Unfortunately it is impossible to know this. The duration retrieved above is the duration from starting the phone call until finishing it.

ghost commented 1 year ago

@yarn-rp There is one plugin called Call Log. This library provide your call history and also duration of call. and this only working in android. for ios there is not any functionality available.