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
11
votes
1 answer

Is it Required to Verify receiver numbers on twilio

I am using Twilio API to send SMS to users . My question is here that is it required to verify every reciver numver on twilio? right now its saying for every receiver. "The number is unverified. Trial accounts cannot send messages to unverified…
Dalvir Singh
  • 423
  • 3
  • 11
  • 25
9
votes
1 answer

Twilio call is not working in iOS and Android in react-native

i am trying to use twilio client in react native app. here is the link Twilio repo after done all setup with react native twilio .when i am calling a number getting issue . i used all steps give in this link . [tid:com.facebook.react.JavaScript]…
Sport
  • 8,570
  • 6
  • 46
  • 65
7
votes
0 answers

Twilio Client to Client call - reject/ignore

My Twilio Client js application allows agents to call each other within the browser. The call is working and after accepting the call both agents can then end the call via Twilio.Device.disconnectAll(). This fires the disconnect callback on both…
michaelbinks
  • 270
  • 1
  • 14
7
votes
2 answers

Twilio: Dial extension number along with twilio number

I am using Twilio for inbound calls, where user can call an application through Twilio-Number (brought from Twilio) and will be redirected to admin. Now, We want Admin to call User using same Twilio-Number. We wabt to call this as…
Swati
  • 842
  • 10
  • 26
6
votes
2 answers

How to use Twilio Client in Angular 2?

I am creating an app in which i require to implement Click To Call facility. So for communication I am using Twilio Client. I have tried this example. Now all i need it i need to implement the same in my Angular 2 application. How can i import…
The Hungry Dictator
  • 3,444
  • 5
  • 37
  • 53
6
votes
1 answer

Can we handle incoming call using VOIP push for twilio client?

I have develop VOIP call functionality using TWilio Client iOS SDK. I get success to App to App call between two user. I have three case for App to App call. Case 1 : User 1 and User 2. User 1 have a active app and User 2 have also active app. In…
Wos
  • 390
  • 1
  • 16
5
votes
1 answer

Twilio, How to transfer a in-progress call to another number

How to transfer a in-progress call to another number.The concept that I m using is to use the update method when the call is in in-progress and dial the number that I wanted To connect and It is working but the connection with the first caller is…
John Ambrose
  • 167
  • 1
  • 11
5
votes
1 answer

How to not offer a task to specific worker on Twilio

I am new in Twilio and i have been facing an issue while designing outbound dialer currently preview dialing. If a worker rejects a task than the same task should not be offered to that worker again. How do i handle this case?
Faisal
  • 81
  • 4
5
votes
3 answers

How to set the From identifier for Twilio Client (VoIP) outgoing calls?

Our application accepts phone calls or VoIP connections via the twilio.js client into our twilio endpoint. Phone calls are logged by caller ID, but VoIP connections all appear as Anonymous in the twilio call log, e.g.: Date Direction From …
mygzi
  • 1,303
  • 1
  • 11
  • 21
5
votes
1 answer

Twilio javascript client callback on call answer

I am using Twilio JavaScript client. I am able to make calls, capture callback events, connect, and disconnect. How do I implement a callback when a call is answered? I need to show a call timer after answering the call.
prasannaboga
  • 1,004
  • 1
  • 14
  • 36
4
votes
2 answers

Twilio outgoing call from browser

I am begineer in twilio. I have read quickstart to make outgoing call from browser. My code is given below
4
votes
1 answer

Like Skype application, how to show top bar status bar at ongoing call in foreground state

Here is requirement to show green top bar to indicate audio/video call is on in app foreground state. On action of top bar tap action, should back to calling window. Is there any api available in iOS sdk to do same. Please suggest your response…
SachinVsSachin
  • 6,401
  • 3
  • 33
  • 39
4
votes
1 answer

Twilio programmable custom voice call

I've recently started to use Twilio, for our own needs - we need to provide users with real-time informations about possible dangerous events that might have happened at their home, through SMS or Voice call. I've tried to use VoiceCall exactly as…
qgicup
  • 2,189
  • 1
  • 16
  • 13
3
votes
2 answers

How to integrate twilio voice call in flutter?

I want to implement twilio voice call in the flutter application. I tried a lot but can not get success on it. I tried below packages for the integration twilio voice call. firebase_core: ^1.18.0 firebase_messaging: ^11.4.2 cloud_functions:…
J M Bhikadiya
  • 129
  • 2
  • 14
3
votes
0 answers

Laravel Vue js Twilio Received error: TransportError: TransportError (31009): No transport available to send or receive messages

I am trying to follow the steps here https://github.com/TwilioDevEd/voice-javascript-sdk-quickstart-php/blob/main/quickstart.js I don't know they Have changed the Javascript SDJ to 2.0 or something. I was familiar with the previous library but it is…
1
2 3
19 20