Hello team,
I am trying to develop a solution to intercept a native cellular phone call, process its conversation audio or screen call before it is been answered. Do we have any framework to build such kind of feature.
I am trying to develop a solution to intercept a native cellular phone call, process its conversation audio or screen call before it is been answered. Do we have any framework to build such kind of feature.
No, nothing like this exists. CallKit manages how audio session control is moved between clients (including Phone.app) but the audio session itself is still owned and controlled by the app itself. That means the app that controls a given call is the only component that has access to that calls audio.
__
Kevin Elliott
DTS Engineer, CoreOS/Hardware