I am creating a Voice Conferencing App using Flutter for Android and I want to add a feature for recording the audio that’s played from my app (the audio of the other people on the call) and also whatever the user says in his microphone at the same time. But I have tried different things but it doesn’t seem to work.
I managed to achieve the audio recording from user microphone using the “record” flutter package but I am not able to record the rest of the audio. Even screen recording is not working, where I planned to extract the audio from it later on(though it will be pretty inefficient). I have also tried using Kotlin method channels for the same but failed to achieve my goal.