Reputation: 1091
I am making an app with Twilio API to build a feature to track the call/sms statuses on UI.
For example, if I call to a Twilio number from my phone, on the UI the call status of the number will be dynamically changes.
But currently, as soon as i make an incoming call to the Twilio number, it received the call.
Is there any way that I can make the Twilio phone number take the incoming call programmatically? Just like the way we can hang up the call programmatically.
Thanks!
Upvotes: 0
Views: 182
Reputation: 140
There is a webhook URL in Twilio account where you can configure your endpoint programmatically
Upvotes: 0