Questions tagged [twilio-api]

Twilio provides a bunch of APIs for services like Chat, Voice, SMS, Fax. Any issues or problem faced related to those APIs, this tag will be used.

The Twilio REST API allows you to develop Chat applications, Applications with SMS, Fax and Voice capabilities. There are separate micro-services (REST API group) and SDKs hosted on twilio site and any issues related to the API and SDK can be tagged using this Tag.

2398 questions
0
votes
0 answers

Twilio video track attach not showing video of remote participant

Remote video not attaching using trackSubscribed and publication.isSubscribed returning false when i reload the browser and when i attach track using browser console the video is shown as expected. Twilio-video version 2.13.1
0
votes
1 answer

integrate twilio library into android app

I would like to integrate the twilio library to my android app. As mentioned on their website I am using implementation group: "com.twilio.sdk", name: "twilio", version: "8.10.0" inside the dependencies block of the build.gradle. This leads to the…
erik-stengel
  • 344
  • 2
  • 12
0
votes
1 answer

Twilio JS SDK Unable to get the status change of call

I am using Twilio JS SDKs in my Angular application to call my customers. I have a requirement to show the status of the call on the UI(Ringing/Inprogress/completed). For that I have seen some documents to use StatusCallBack web hooks, but how will…
0
votes
0 answers

startDate and endDate in Twilio Worker Statistics

How can we override the start_time and end_time in https://www.twilio.com/docs/taskrouter/api/worker/statistics?code-sample=code-retrieve-a-specific-workers-statistics&code-language=Node.js&code-sdk-version=3.x. I tried to pass the startDate and…
An User
  • 221
  • 6
  • 23
0
votes
2 answers

How to pass post request in phone verification for Twilio API using Typescript

I tried but it's still showing this error Missing required parameter To in the post body I was TO data also. but it showing same error how to fix this issue. Twilio Code import axios from 'axios' import qs from 'qs'; import * as Twilio from…
0
votes
1 answer

Twilio API for Average Handling Time, Number of Calls attended, CSAT etc

Is there an API in Twilio for Agent metrics i.e Average Handling Time, Number of Calls attended, CSAT etc of the agent that is logged in?
An User
  • 221
  • 6
  • 23
0
votes
1 answer

Can I check that verification message was delivered in Twilio Verify?

I'm working on an MFA implementation with Twilio Verify and a C# library in my pet project. So, the question is, can I verify that the message was delivered? There are strange cases when I try to send a message, I don't get any exceptions, but the…
Qserta
  • 1
  • 1
0
votes
1 answer

Problem with Twilio performing their sample code

I am trying to recreate the example on the Twilio site:…
rsirota
  • 321
  • 3
  • 15
0
votes
1 answer

Twillio Video and JavaScript: Changing Webcam

I am trying to implement a webchat with Twilio Programmable Video and its Javascript SDK. So far I have managed to create a Room (in the backend) and connect the current user to the room. The video is streamed from the local webcam (on a PC) to a…
Aref Karimi
  • 1,822
  • 4
  • 27
  • 46
0
votes
1 answer

Play wait music whenever there is only a single participant in a Twilio conference

I'm creating a Twilio conference that will contain at most 2 participants - an agent and a prospect. startConferenceOnEnter and endConferenceOnExit are true for the agent, and false for the prospect. The agent will stay on the line and multiple…
kevev22
  • 3,737
  • 21
  • 32
0
votes
1 answer

Can I avoid Twilio Verify 10 minute code validness limitation?

I'm working on implementing MFA in my pet-project. As I understand from Twilio Verify docs (https://www.twilio.com/docs/verify/api/rate-limits-and-timeouts#code-validity-period) it has some limitations: the code is valid for 10 minutes and I can…
Qserta
  • 1
  • 1
0
votes
1 answer

How to get participants for a conversation in Twilio

I'm using the Twilio Conversations Client for iOS. How do you get the participants for a conversation? Each conversation object has a participants array object. [TwilioConversationsClient conversationsClientWithToken:token properties:nil…
Berry Blue
  • 15,330
  • 18
  • 62
  • 113
0
votes
1 answer

nested if else in Twilio

I'm making an automated whatsapp reply bot using Twilio and python, however I am facing problems and am unable to used nested if else in it from flask import Flask, request import requests from twilio.twiml.messaging_response import…
JS_Rudra
  • 5
  • 5
0
votes
0 answers

How a participant be a part of multiple conversations in Twilio

How a participant is a part of multiple conversations in Twilio. I am trying to add one participant in multiple conversations in Twilio. Please help me.
0
votes
1 answer

Trying to send multiple SMS via twilio in Google Appscript but keep getting errors

Trying to send multiple SMS via twilio in Google Appscript but keep getting errors Tried this, but the steps are not so clear : https://www.twilio.com/blog/2016/02/send-sms-from-a-google-spreadsheet.html The author said to define "to" and "body"…
1 2 3
99
100