twilio

Is there any limit for number of participants in a room in Twilio Video API?

ぃ、小莉子 提交于 2019-12-24 19:54:22
问题 Is there any limit for number of participants in a room of group type in Twilio Video API? In the documentation is specified a limit for peer-to-peer type but said nothing about group type rooms. UPDATE: Twilio mentioned limit for 50 participants per room in the article in their blog. It looks like a very small number. Is it still the same? https://www.twilio.com/blog/2017/05/announcing-programmable-video-group-rooms.html 回答1: Twilio developer evangelist here. The maximum number of

Twilio Client “Mute” button not working

我的未来我决定 提交于 2019-12-24 18:27:57
问题 I am having a problem "Muting" an outgoing call through Twilio Client. I am able to mute calls when I receive an incoming call, however, when I make an outgoing call, the mute button does not work. I have tried everything I can think of to make this mute button work but nothing I do works. Here is a link with the code: <script type="text/javascript"> function call() { //Get the phone number to connect the call to params = {"PhoneNumber": $("#number").val()}; Twilio.Device.connect(params); $("

Twilio - Making a call from .NET Windows application to a Phone

余生长醉 提交于 2019-12-24 17:44:13
问题 I am trying to write a windows application to call a phone number(Twilio verified) from my application directly. What i was able to achieve was: - To call a phone number and read out a voice sms as mentioned in the TWIML url. - to call a phone number and then redirect it to another phone number ( by using in the TwiML). But what i want to do now is: - Call a phone number directly from the application using my Headphones attached to the pc where the app is running. Is there a way to do that?

Twilio API getting the recording of a call

此生再无相见时 提交于 2019-12-24 17:32:30
问题 I am testing Twilio's API in PHP. Currently I have a working module which allows me to place calls and record them. Now I am writing a module to report on those calls. The code below is supposed to fetch a filtered list of calls and present my browser with a little info about that call, as well as link to the audio recording. This script fetches call logs. For each call it then calls a function to fetch the recording belonging to the current call. Problem is, it fetches the same audio

How to use Twilio with GWT in Google AppEngine (Java)

匆匆过客 提交于 2019-12-24 17:07:04
问题 I was trying to use Twilio's official Java library in my GWT application to send text messages. Here is the Twilio code I used in my application: public class TwilioSMS{ /** The Constant ACCOUNT_SID. */ public static final String ACCOUNT_SID = "xxxxxxxxxxxxxxxxxxxxxxxxxx"; public static final String AUTH_TOKEN = "xxxxxxxxxxxxxxxxxxxxxxxxx"; // Create a rest client TwilioRestClient client = new TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN); /** * The main method. * * @param args * the arguments *

Can you set a time limit with the Twilio Voicemail Twimlet?

痞子三分冷 提交于 2019-12-24 15:11:58
问题 I'm using the Voicemail Twimlet and I'm receiving these automated calls that play recordings related to politics for 30 minutes or longer. The Twimlet doesn't have a time limit option that I can find, so it just records these giant mp3 files. I want to just hangup the call after 3 minutes or so. Does anyone know a way to set a time limit for a twimlet or how to create quick Twilio php script that could handle this? https://www.twilio.com/labs/twimlets/voicemail 回答1: Ricky from Twilio here.

Is it possible to make custom “allow” popup in browsers like chrome & firefox?

喜你入骨 提交于 2019-12-24 15:06:27
问题 I have website that uses Twilio API to make calls. Each time call is made a popup from google chrome comes up saying "http://www.URL.com/ wants to use your microphone. Allow / Deny". On firefox also it comes up in a dialog. Is it possible to apply CSS to it or somehow customize the way Allow/Deny popup shows up? Or maybe show another custom dialog that has custom buttons of Allow/Deny and when Allow is clicked somehow triggers browser Allow button? 回答1: The whole point of these popups is that

How can I connect my database to Twilio

点点圈 提交于 2019-12-24 12:23:27
问题 I'm trying to change steps 4 and 5 so that instead of writing the names/numbers here, the code can go get the information from a SQL database on Bluehost that uses PhpMyAdmin. I don't think this is too difficult but I am a novice. Thank you. <?php /* Send an SMS using Twilio. You can run this file 2 different ways: * - Upload it to a web host and load mywebhost.com/sendnotifications.php * in a web browser. * - Local server- Point the web root directory to the folder containing * this file,

Transient System.Security.Cryptography.CryptographicException in TwilioRequestValidator

ε祈祈猫儿з 提交于 2019-12-24 12:17:39
问题 So we have our Twilio callbacks setup to validate incoming requests, via the TwilioRequestValidator documented here. However, something we're seeing, is that the production server will run for weeks with no problems, and then suddenly start failing with a CryptographicException. This causes all incoming Twilio requests to fail. We have a call-stack (thanks to Azure Application Insights): System.Security.Cryptography.CryptographicException: at System.Security.Cryptography

Twilio autopilot doesnt say what it is supposed to say

旧城冷巷雨未停 提交于 2019-12-24 11:44:01
问题 I feel blocked here. I have written a Twilio autopilot task that is handling an incoming phone call. It is supposed to say something, then transfer the controle of the call to a handler that will transfer the call to an external number. Here is the code: { "actions": [ { "say": "For this question, I will put you in contact with our customer care specialist." }, { "handoff": { "channel": "voice", "uri": "https://handler.twilio.com/twiml/xxx-my hander id here-xxx" } } ] } then the url of the