Skip to content
New issue

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

Phone Number showing in status bar while call is in progress #213

Open
tragicmj opened this issue Feb 21, 2022 · 1 comment
Open

Phone Number showing in status bar while call is in progress #213

tragicmj opened this issue Feb 21, 2022 · 1 comment

Comments

@tragicmj
Copy link

tragicmj commented Feb 21, 2022

Did you follow all the instructions as specified in the Twilio Quickstart repositories? - Yes
RN Version - 0.66.1
react-native-twilio-programmable-voice version - 4.4.0
What device are you using? - OnePlus 8 (Android 11)
The app is open and the calling screen is in focus (Outbound call)
Is there any relevant message in the log? - No

Step to reproduce

  1. Place a outbound call using any device
  2. Pull down the status bar, you can see the contact number is displayed

Screenshot_20220221-140352

@tragicmj
Copy link
Author

Found a round about but not an ideal solution
Sending name in To and number in number.
await TwilioVoice.connect({ To: this.props.route.params.buyerName, Number: this.props.route.params.numberToCall, })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant