MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Allow passing additional params to startCall function #53

Closed trieuduongle closed 3 years ago

trieuduongle commented 3 years ago

The Twilio function can receive an "any" object as params. So I would like to enhance this method to fit with it, instead of only support 2 keys "from", "to" as current.