React Native Call Recording

hello everyone,
I am developing a lead management system app using react native . i want to integrate call recording feature in that app . please tell me if anyone know how can i do this.

Can’t really do that, it’s [afaik] extremely not allowed, for what should pretty obvious reasons. There is a way to get around it by listening to the audio on the device, but afaics that has to be a separate application, you can’t have an app that makes phone calls and also records the calls. Then if the application being listened to is foregrounded, you can record the audio on the device, which effectively gives you call recording when the “phone” application is running. This is (again afaik) how call recorder apps work.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.