hoxfon / react-native-twilio-programmable-voice

React Native wrapper for Twilio Programmable Voice SDK
MIT License
181 stars 152 forks source link

Invalid Parametrs error on connect outgoing call #225

Closed ZamsolSupportTeam closed 1 year ago

ZamsolSupportTeam commented 1 year ago

I Completely follow all instrustions and Twilio device ready is ready.

My react native version is 0.71.2. react-native-twilio-programmable-voice version is 4.4.0. I'm using Android pixel api 30 device. Is your app running in foreground, background or not running? On Outbound call connect return Invalid parametrs. here see request TwilioVoice.connect({To: '+1'.to_number,From: selected_from_number,groupId: leadGroup,leadId:callleadId,teamId: managerId, lead_table: lead_table, added_by: memberId, record: record}); Note: All data passing successfully.

ZamsolSupportTeam commented 1 year ago

Fixed