We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
TwilioVoice.connect
contactIdentifier
The text was updated successfully, but these errors were encountered:
We're now looking into CallKeep and if we should implement it.
Read our update here #158
Sorry, something went wrong.
This issue is partly resolved. This PR works for incoming calls: #170
No branches or pull requests
By default we set the display name to the phone number. I propose we modify the
TwilioVoice.connect
method to accept acontactIdentifier
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.The text was updated successfully, but these errors were encountered: