CallRecorder icon indicating copy to clipboard operation
CallRecorder copied to clipboard

Example of Android Call Recorder in React Native

Results 3 CallRecorder issues
Sort by recently updated
recently updated
newest added

This app is not working on higher versions of react native

My app keeps breaking whenever there is a new incoming call or outgoing call. Also i want my app to record calls in back ground even if app is closed....

In `RecService.java` should be add fourth parameter in `HeadlessJsTaskConfig` constructor on `true`. This change allows `Rec` runing in foreground.