Questions tagged [twilio-click-to-call]

Use to identify questions related to use of, or problems with, Twilio's Click-to-Call service or API.

Use the tag for questions specifically about use of the Twilio Click-to-call service or API.

Twilio refers to a set of web services, APIs and tools provided by the company of the same name, used to send and receive text/picture messages, make and receive phone calls, and embed VoIP calling into web and native mobile applications.

Related tags

  • Use to identify questions related to use of, or problems with, Twilio's APIs.
  • Use to identify questions related to use of, or problems with, Twilio's PHP Helper Library.

Documentation

298 questions
2
votes
1 answer

Twilio track call status using twilio.js

I have twilio.js setup in my rails application and works well, now what I need is after the call is disconnected I want to know the call status, if the call is not attended I have to call another number this is my disconnect function, how to check…
2
votes
1 answer

Application Error in Twilio voice call Django/python

I have started to use Twilio Voice call recently for sending OTP to users using Django. I am referring to the given link to customise the Twilio response. https://www.twilio.com/docs/tutorials/walkthrough/click-to-call/python/flask views.py def…
Shagun
  • 35
  • 6
2
votes
0 answers

Issue with multiple .so files in android

I have developed an application in Android Studio. I have integrated FFMPEG library in my application. This library contains a module and *.so files. Now I need to integrate another library having a jar file and native *.so files, Twilio for…
Priyank Gandhi
  • 1,257
  • 1
  • 16
  • 29
2
votes
1 answer

Twilio call autodisconnect

I am making browser to browser call, after successfully call establishment, the call disconnects automatically. The receiver isn't getting incoming function executed. Can anyone help me out? Twilio.Device.setup(token, { debug :…
2
votes
0 answers

undefined method messages for Twilio Rest client while running in delayed job

I am using twilio gem to send message. When I try to run function directly without any delay, message is getting sent to particular number but when i try to run with delayed job I am getting error as undefined method `messages' for # I did require…
2
votes
2 answers

Send Formatted messages through Twilio

I want to know that how I can send formated messages through twilio .net api Using .net library So my requirements are like. also can I make use of html tags? TwilioRestClient client; client = new TwilioRestClient(accountSID,…
Dalvir Singh
  • 423
  • 3
  • 11
  • 25
2
votes
1 answer

Twilio: Twilio.Device.connect() not hitting voice request URL

In my front end Javascript code, I call Twilio.Device.connect(), and it is not firing a request to my Voice Request URL. I am not sure what is going on here. I ensure that I setup my capability token before hand, and there are no errors, but it…
user2158382
  • 4,430
  • 12
  • 55
  • 97
2
votes
1 answer

Twilio Click To Call 'no-answer' status in JavaScript client

Is there any way to know if an outgoing call was not answered using only the Twilio Click To Call JavaScript client? Twilio.Device.disconnect(function (conn) { logAndDisplay('Call ended'); }); Checking conn.status() after a call was not…
Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169
1
vote
0 answers

React Native Twillio: ERROR: {"error": "Invalid Access Token issuer/subject", "roomName": "my_room", "roomSid": ""}

i am building the video calling app in react native. i am successfully generating the token, now when i try to set up a video call it throws this error: ERROR: {"error": "Invalid Access Token issuer/subject", "roomName": "my_room", "roomSid": ""} i…
1
vote
1 answer

Ngrok errors 502 bad gateway Twilio

Hi evreyone Im using twilio voice javascript sdk with ngrok that i found their repository in github the installation went good when i try to click on start up the divice to get the client name from my name generator js an error has showed and i can…
1
vote
0 answers

Composition Naming on S3

I'm trying to find a way to name the composition and add metadata to the composition when we do the uploading to s3, but I'm not able to. I'm trying to upload composition with name in s3
jeeva jee
  • 11
  • 1
1
vote
0 answers

How to generate twilio video calling link using REST API (without UI/UX) and share the link through email and join from browser

We are developing an utility where we need to generate the video calling link and share that video link to users where they can join from web browser directly without any web application. The documentation helps me to create room using /v1/Rooms…
1
vote
1 answer

How to get outbound call sid that is created with StartOutboundCall from Flex

I'm making outbound calls through Twilio Flex with StartOutboundCall built-in action. I want to be able to manage call recording during and after the call so that I can start-stop-delete recording when necessary. However, I am not able to get call…
ege
  • 812
  • 6
  • 16
1
vote
1 answer

Twilio Conference Call

I was able to implement basic Voice Conferencing but I feel my implementation may be lacking. client = Client('ACxxxxxxxx', '34xxxxxxxxx') @app.route('/', methods=["GET", "POST"]) def home(): form = ConferenceList() #form made using flask-wtf …
1
vote
1 answer

Twilio 'twilio-video-app-android' github app Video Calling app crashes on joining a room

I am new to twilio and i am developing a andorid app for video calling i have started with the twilio 'twilio-video-app-android' from github But app crashes when i click on join room with an exception "boolean…