Is it possible to display outgoing calls from a VoIP app in Recents while using app's calling UI?
I call provider's reportOutgoingCallWithUUID:startedConnectingAtDate:
, reportOutgoingCallWithUUID:connectedAtDate:
, reportCallWithUUID:endedAtDate:reason:
and reportCallWithUUID:updated:
(to set the name). I see events in Console like
Provider was notified that outgoing call with UUID started connecting at date (null)
Provider was asked to report that call with UUID updated with update .
Provider was notified that outgoing call with UUID connected at date (null)
Provider was asked to report that call with UUID ended at date (null) with reason 2
Provider was notified that call with UUID ended at date (null) with private reason 2
but Recents is not affected.