ACRPhoneHelper icon indicating copy to clipboard operation
ACRPhoneHelper copied to clipboard

Reuse Helper for another app

Open ws-ghn-team opened this issue 1 year ago • 1 comments

Hello team, Surely this is a great tool. I'm working for a freight company, I'm building a feature related to call recording to serve as evidence of goods delivery. I have an application (not available on GooglePlayStore), I want to use this helper to record audio, but it fails when using the following code:

remoteService?.startRecording( encoder = Encoder.MediaCodec.ordinal, recordingFile = "TempTestCall.3gp", audioChannels = 2, encodingBitrate = 128000, audioSamplingRate = 44100, audioSource = MediaRecorder.AudioSource.VOICE_CALL, mediaRecorderOutputFormat = MediaRecorder.OutputFormat.THREE_GPP, mediaRecorderAudioEncoder = MediaRecorder.AudioEncoder.DEFAULT, recordingGain = 10 )

Services seems to be unable to "StartRecord" with the following Exception

image

Thanks for your help, Thanh

ws-ghn-team avatar Jul 06 '24 14:07 ws-ghn-team

Hi, I am afraid we cannot provide support for other apps.

NLLAPPS avatar Jul 06 '24 16:07 NLLAPPS