So, I have tried to develop an application for call recording :
- By using flutter_sound to record a call and I am detecting call state using phone_state_i but succeeded to record the call with the voice of MICROPHONE only cannot record the voice of other people (INCOMING voice).
- Then I tried to record calls using android through flutter native integration but unable to achieve. So even here I got succeeded to record only the voice of a microphone.
I guess I am unable to get the concept of VOICE_DOWNLINK and VOICE_UPLINK. And got to know that VOICE_CALL is deprecated. So, I am badly stuck and need some expert advice.