Questions tagged [twilio]

Twilio provides APIs and tools to add communications-related functionality (SMS/MMS, voice, video, e-mail, chat, 2FA, and others) into web and mobile applications.

Twilio provides APIs and tools to add communications-related functionality (SMS/MMS, voice, video, e-mail, chat, 2FA, and others) into web and mobile applications. There are helper libraries for many server-side programming environments (listed below), and client-side libraries for desktop web browsers, , and .

Documentation

Libraries / Language support

Related tags

  • Largely duplicative of this tag
  • Questions related to Twilio's Programmable Chat SDK
  • Questions related to Twilio Functions, a serverless function service operated by Twilio
  • Questions related to using Twilio Voice for standard PSTN phone calls or VoIP calling
  • Questions related to the WebRTC Video SDK for web and mobile apps
  • Questions related to Twilio's programmable contact center platform.
  • Questions related to Twilio's visual programming tool, Twilio Studio
  • Use to identify questions related to use of, or problems with, Twilio's APIs in PHP applications.

SIGNAL

Twilio's annual conference for programmable communications in San Francisco. Details for the next conference date can be found here.

10218 questions
2
votes
1 answer

Twilio Send SMS in swift

I'm trying to make an app that when you press a button it sends a text message to a preset number, and I am using Twilio for the SMS messages. The issue is that I am using Swift for my app, and they have no examples in swift currently. This is my…
Matthew Bergwall
  • 310
  • 1
  • 10
2
votes
1 answer

Twilio API 415 un-supported media type error. Error - 11200

I am facing 415 unsupported media type issue when i send a response to twilio API. I am sending a message to a number using twilio API as below TwilioRestClient client = new TwilioRestClient(accountSID, authToken); Account account =…
Adithya
  • 31
  • 1
  • 6
2
votes
0 answers

Twilio: Video call connecting device with computer through ngrok

I follow the [Twilio quickstart-android] [1]: https://www.twilio.com/docs/api/video/guide/quickstart-android when i put the identity that i give at this url : htp://0fd251a7.ngrok.io/video-quickstart-php-master/token.php inside poupup (invite…
Ardit
  • 168
  • 1
  • 5
2
votes
2 answers

2-Step Verification - ensure that user is still authenticated in further sessions

I'm not sure about this issue I have, so maybe you can help me. I have build a 2-Step Verification for an android app. User sends his phone number from the app to the server via https Server sends authentication code back to user via SMS (based…
Dopser
  • 23
  • 2
2
votes
0 answers

Ios client application needs to add a new client to a twilio conference call dynamically

I'm facing a problem with add new member's to a conference call. I have a php server, and ios app as a client. And a twilio system of agents and clients. Once an agent and client are connected into a conference call, they talk and everything is ok…
user3931314
  • 109
  • 8
2
votes
0 answers

not able to add TwilioConversationsClient

i am adding TwilioConversationsClient (~> 0.25.0) using pod but not getting this error . i am using swift . [!] Unable to find a specification for TwilioConversationsClient (~> 0.25.0) what is this error .how to solve this. here is the link…
user4238267
2
votes
2 answers

twilio error - message.json was not found

I need some help with twilio API. I'm using php, I need to send an sms with the RESTFUL API. I have follow this tutorial First I get an error with ssl. I need to disable the ssl checker. Then I get this error msg : Services_Twilio_RestException'…
gutasaputra
  • 179
  • 1
  • 6
  • 20
2
votes
1 answer

Twilio inbound call status callback

I know I can set the status callback url when make a outbound call. But how can I set a status callback url for an inbound call?
Hanfu Liao
  • 95
  • 1
  • 10
2
votes
0 answers

Twilio ios client app pass parameters to server so that new member is added to conference

I understand that Twilio conference call is a way for multiple people to connect to the same session. Once in a connected conference call where there is an agent, and multiple clients through a iOS app as a Twilio client connected with a capability…
user3931314
  • 109
  • 8
2
votes
1 answer

TwiML App - Invoke AWS Lambda when user replies STOP / START for Twilio Number

Here is my scenario: I am using Twilio to send SMSes to my clients. When user decides not to receive these SMSes they reply STOP and START to receive again. This is automatically handled by Twilio. But, i need to invoke a AWS Lambda function and…
Vamsi Challa
  • 11,038
  • 31
  • 99
  • 149
2
votes
1 answer

Video call recording in Twilio Android SDK

I know Twilio doesn't support video call recording on server but I've been trying to figure out how to do it locally on the android end. I have studied the video-quickstart-android code in my try to figure out how i can extract the video stream from…
Talha Mir
  • 1,228
  • 11
  • 19
2
votes
1 answer

Twilio does not load the TwiML instructions

I'm trying to make a call to a number using the Twilio service using a Trial Account. I'm following the Java example here: https://www.twilio.com/docs/quickstart/java/rest/call-request I've configured the example with my API credentials, the…
Fedy2
  • 3,147
  • 4
  • 26
  • 44
2
votes
1 answer

Twilio, how to add new listener user to already started calling?

I have made a web application with Twilio Client javascript library. The call start from the browser and is direct to a real phone number: all works fine. The question is: is possible to create another web page that can connect to the above call and…
Alex
  • 163
  • 11
2
votes
1 answer

Twilio lookup test numbers

There are test numbers to which you can send SMS using my test credentials. They fake sending beautifully. But, attempting to use the lookup API also provided by Twilio, even if the intention is to retrieve information about the test number, will…
Brian
  • 7,394
  • 3
  • 25
  • 46
2
votes
1 answer

Cordova Push Notification plugin for twilio

Does anyone know how to integrate twilio push notifications with a Cordova application? I searched for a Cordova plugin and I'm only able to find ones that support GCM or FCM. I did find some plugins that were severely lacking and not at all a…
1 2 3
99
100