react-native-twilio-programmable-voice
react-native-twilio-programmable-voice copied to clipboard
[Feature] Add ability to set the caller display name
trafficstars
By default we set the display name to the phone number. I propose we modify the TwilioVoice.connect method to accept a contactIdentifier string similar to https://github.com/react-native-webrtc/react-native-callkeep#startcall and add a new method to update active call invites similar to https://github.com/react-native-webrtc/react-native-callkeep#updatedisplay.
We're now looking into CallKeep and if we should implement it.
Read our update here #158
This issue is partly resolved. This PR works for incoming calls: https://github.com/hoxfon/react-native-twilio-programmable-voice/pull/170