React Native Webrtc candidates disconnected and failed when app is in background

I have implemented Webrtc

GitHub - oney/react-native-webrtc

Audio Calling in react native project. Calling works perfect when app is in foreground both voices are clear but when app goes to background or user pressed home button, Call worked for around 8 ~ 15 seconds then its get disconnected with an error WebRTC ICE Candidates disconnected/Failed.

I have seen some of guys suggested to use

GitHub - react-native-webrtc/react-native-callkeep: iOS CallKit framework and Android ConnectionService for React Native

but I tried but couldn’t run it as its documentation is not much clear to understand

I just want to get calling works perfect and webrtc even if app is in background.