Calls & Messages #118
Replies: 1 comment
-
Originally posted by @JulioV We transform iOS call logs into Android's format. iOS stores call status: 1=incoming, 2=connected, 3=dialing, 4=disconnected, as opposed to Android's events: 1=incoming, 2=outgoing, 3=missed. We follow this algorithm to convert iOS call data (there are some inaccuracies in the way we handle sequences, see new rules below):
Tested with an Android (OnePlus 7T) and an iPhone XR
.* There is no way to differentiate an outgoing missed call ended by them from an outgoing answered call because the phone goes directly to voice mail and it counts as call time (essentially the voice mail answered). .** Android does not record incoming missed calls ended by the participant, just those ended by the person calling or ignored by the participant. |
Beta Was this translation helpful? Give feedback.
-
Originally posted by @JulioV
For calls and messages, we can implement features related to correspondent interactions. These would only be relevant for Android as iOS logs unique traces for each call or message coming from the same person.
Candidates for these features include:
In the future, we could support these features (and possibly others) computed within a geofence (similar to the
on campus
features)Beta Was this translation helpful? Give feedback.
All reactions