React-native-webrtc with react-native-audio

I need to record only my local stream when I am streaming audio, for that I tried to use react-native-webrtc at the same time I used react-native-audio(record library)

This works fine in IOS, but in android, the apps crash when I tried to record with react-native-audio at the same time as I. stream with react-native-webrtc.

What can I do to handle with it?? Someone has any idea??