hoxfon / react-native-twilio-programmable-voice

React Native wrapper for Twilio Programmable Voice SDK
MIT License
180 stars 153 forks source link

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

Open tragicmj opened 2 years ago

tragicmj commented 2 years ago

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 commented 2 years ago

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, })