MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
153 stars 66 forks source link

How can we prevent the call logs to go in the phone book? #84

Closed zoolle closed 2 years ago

zoolle commented 2 years ago

I am using this package to hide the client phone number from our staff but every time when I make a call it is registered in the phone book and I am able to see the phone number. Is there an option to avoid this?

iarmankhan commented 2 years ago

I too want to hide the logs. Any updates here?

zoolle commented 2 years ago

@iarmankhan

use includesCallsInRecents: false in your iOS callKeepOptions for android I don't know how it works

MrHertal commented 2 years ago

Hi, thanks @zoolle for sharing that solution. It seems more like a CallKeep feature. Closing this issue.