call-recording Questions

3

i am trying to record voice call on android. I am using AudioRecord class/api of android to perform this. But for some reason AudioRecord is not able to record voice call on some devices (especiall...
Joanajoane asked 4/4, 2018 at 14:29

2

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...
Scruff asked 24/3, 2020 at 13:44

2

Solved

Background Phone recording is not really supported on Android, yet some devices support it to some extend. This made various call recording apps gather as much possible information about devices an...
Hamlani asked 21/6, 2018 at 14:24

1

Solved

I am using the twilio JS client to make call from the web. the client call the backend to get the token. Here the backend code that returns the token. How to record the call. mean where to set the ...
Fredia asked 21/5, 2021 at 6:0

1

I am working on a project to record VOIP calls in android, I didn't found any solution for that, there are lot of apps which support VOIP recordings on phones. I am unable to find any tutorial and ...
Eade asked 20/1, 2018 at 8:24

4

Solved

I am trying to understand is there a way I can record calls incoming and outgoing on android phones 2.2 and above? A client wants to record calls of the agents they make to the clients so that it ...
Prostatectomy asked 14/7, 2011 at 4:21

1

I'm really interested in call recording in android. But as you already know android officially shuts off voice call recording in android 9. But just after the release of Android 10(sept 3 2019), wh...
Ploch asked 6/9, 2019 at 12:29

1

I am trying to get call-recording to work with native UI integration using flutter, CallKit (iOS) and ConnectionService (Android). Since there is no guide for integrating flutter with CallKit and ...
Lagoon asked 14/7, 2019 at 12:34

0

I'm working auto call recorder app, I'm able to record voice call on below android Marshmallow using MediaRecorder.AudioSource.VOICE_CALL, From android marshmallow not able to record voice call usi...
Terrorstricken asked 10/3, 2018 at 10:51

0

I want to record voice for incoming and outgoing line during call. I have tried many solutions which otherwise work on devices other than Moto Phones(In my case I have tried on Moto E(2nd gen), Mot...
Skilken asked 7/3, 2018 at 5:52

4

I am developing an Android app for recording calls. This is my code snippet. recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT); recorder.setOutputFormat...
Shannon asked 22/11, 2017 at 13:7

2

Solved

I am starting a service from MainActivity, which run indefinitely looking for incoming and outgoing calls to record. Why is that the sample "switch-case" doesn't work? No error occurs but I can r...
1

© 2022 - 2024 — McMap. All rights reserved.