sodipto / flutter-phone-state-background

MIT License
5 stars 7 forks source link

Outgoing call Duration Issue #7

Closed saisandeepramavath closed 1 year ago

saisandeepramavath commented 1 year ago

When I dial the call which is basically Outgoing so before the receiver answers the call the call duration starts

sodipto commented 1 year ago

@sandeepnaik9 This plugin does not support this feature. Only calculated total duration. If you need actual duration, please use this [https://pub.dev/packages/call_log]() package after call plugin event and get latest call log with some params.