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

How to confirm whether the delivered message is viewed or not in twilio?

In my application, there is two factor authentication. For that we are using Twilio services. Is there any way to confirm whether the message sent was read or not (i.e. The user has opened the message). Please suggest a method. Thanks in advance...
3
votes
1 answer

Turn on/off MIC for VOIP call

I am working on a VoIP app and I want to implement a call control panel. I have implemented the speaker/loud-speaker functionality successfully. But failed to turn on/off the mic while on VoIP call. I tried below…
krish
  • 3,856
  • 2
  • 24
  • 28
3
votes
2 answers

How to check if Twilio.Device handlers already exist

I'm using Twilio in an Angular app. I'm initializing the Twilio device whenever the user visits a certain page (let's call it the customer page) so that the user can call a specific customer. This initialize function is called in the customer…
chinaowl
  • 532
  • 5
  • 15
3
votes
1 answer

Getting JWT token expired in twilio android client

I am trying to set up twilio android client and outgoing call. While executing on onStopListening() method throwing some JWT token expired exception. I need help regarding this. I have changed the server time zone and client time zone as same. Still…
Biplab De
  • 1,342
  • 10
  • 30
3
votes
1 answer

Twilio app to app Call When App closed or killed in Android?

I have done All Registration step from twilio client SDK for app to app call and i have successfully established call with two device. I am happy with twilio client SDK integrate with our server setup. See Below Logs When successfully…
3
votes
1 answer

Getting uninitialized constant Twilio::REST::RequestError

I keep getting the same error since I upgraded to: gem 'twilio-ruby', '~> 5.0.0.rc4' The call was successful set to Twilio, but the getting some error. app/controllers/home_controller.rb:59:in `rescue in call' require "rubygems" require…
aldrien.h
  • 3,437
  • 2
  • 30
  • 52
3
votes
1 answer

How to tell if forwarded inboundcalls in Twilio were missed?

I have a twilio app: When someone calls the Twilio number and forwards it to a verified phone number. I'd like to know if that forwarded call was missed. Is this even possible? Is it possible to do call progress events on forwarded inbound calls…
TaeWoo
  • 461
  • 3
  • 15
2
votes
1 answer

Twilio SDK JS, is possible to get status of participant on conference/phone?

I'm trying to get events on specific participants on the client side when they get put on hold. I can set the participant on hold on the backend via REST API, but I wonder how I can get the events of the call or participant when it changes to…
Michelson
  • 341
  • 2
  • 12
2
votes
0 answers

How to Warm Transfer Conference Call using Twilio?

I had read Twilio documentation about call transfer twilioDoc, StackOverflow and a lot of other stuff related to call transfer too. What I had tried is: Step 1. Dial Call from web browser to phone number via javascript params. (call working…
2
votes
1 answer

Capability token is not valid or missing Twilio

I have integrated Twilio Programmable Voice. Now I am trying to make client to call from browser and also receive calls to browser using Twilio JS Client. When I try to make the call it says. message: "Capability token is not valid or missing." I…
2
votes
1 answer

Twilio Client JS-SDK Websocket cannot establish connection

I'm trying to connect with Twilio using the line below: Twilio.Device.setup(token, { debug: true }); I already check the JWT and it is correct however the connection keeps re-establishing logs bellow: Setting up VSP log.ts:80 Initializing…
2
votes
1 answer

Twilio Video API - Notification/Ring

Following the Twilio Quickstart guide for programmable video at https://github.com/twilio/video-quickstart-js I want to be able to trigger a ring or a notification for the other user. We only have one room, and max 2 participants. User1 calls (…
Mohit
  • 857
  • 1
  • 10
  • 26
2
votes
1 answer

How to add a call relay using twilio studio?

I want to create a call relay using twilio studio. So far I can make call to a single number. I want to forward the call to another number if the first number is in busy. I am using 2nd line mobile app for testing this feature. I am new to stack…
Gawtham
  • 31
  • 3
2
votes
0 answers

Twilio voice call not working in react native

I am trying to using react-native-twilio-programmable-voice library for use Twilio voice call. I implemented library and setup code from server end I received access token and used this in below code: initTwilio = async () => { const token =…
Rahul Mishra
  • 4,263
  • 7
  • 32
  • 53
2
votes
0 answers

Voip Voice Call using Twilio in Xamarin Forms

I have to implement app to app call for my xamarin forms app. i have been looking since couple of days but i couldn't find any github file. after that i have found one github file but i am getting error while run in visual studio…
P.Thiyagu
  • 917
  • 2
  • 7
  • 15
1
2
3
19 20