Reuse Helper for another app
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
Thanks for your help, Thanh
Hi, I am afraid we cannot provide support for other apps.