react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
922 stars 445 forks source link

Ability to hide calls from Android Call Log? #208

Open CaptainJeff opened 4 years ago

CaptainJeff commented 4 years ago

Question:

I was wondering if there is an equivalent of includesCallsInRecents for Android. I don't want to include the call logs of my previous calls. For ios, the includesCallsInRecents works great but Android still appears.

Thanks

HarshitPadalia commented 4 years ago

I have try to find same thing but no way to do that just one option to delete log generated by our app from call log after call complete.

liemdo commented 3 years ago

@HarshitPadalia How do you delete the call log generated by the app?