Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to record a call made from the app? #3

Open
ChampiMagic opened this issue Jan 23, 2023 · 1 comment
Open

Is there any way to record a call made from the app? #3

ChampiMagic opened this issue Jan 23, 2023 · 1 comment
Labels
question Further information is requested

Comments

@ChampiMagic
Copy link

Hi, my question is if there is a way to make a call from the app (without using an Intent to pass the call to the phone's default dialer), and if this is possible, could this call be recorded for analysis?

@dmalukov
Copy link
Owner

If you mean cellular network calls, then as far as I understand recording is not possible.

If your goal is to make calls within your app, take a look at this API:
https://developer.android.com/reference/android/telecom/InCallService

@dmalukov dmalukov added the question Further information is requested label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants