Skip to content
#

twilio

Here are 1,030 public repositories matching this topic...

stevkan
stevkan commented Jan 3, 2020

Docs & samples should be updated to notify developers of Facebook's echo and delivery confirmations. If the message_deliveries and message_echoes webhook events are subscribed to and are not filtered for in the bot's incoming messages, then the user will receive continuous echoes / responses. This is something that does not occur via the Azure Bot Service Facebook channel as that service filte

blairg23
blairg23 commented Mar 1, 2019

The documentation at https://www.twilio.com/docs/iam/api/subaccounts#authentication claims:

"You can use your master Twilio Account credentials (AccountSid and AuthToken) to access Twilio's REST API for your master account as well as any of your subaccounts. You may also use a subaccount's AccountSid and AuthToken to access the resources of that subaccount. You can not use a subaccount's creden

bf4
bf4 commented Feb 6, 2020

Issue Summary

We just got an 'execution expired' net open timeout from twilio (Twilio::REST::TwilioError) , which is fine, it happens, but because we're on Heroku, we need to limit requests to less than 30 seconds else they close it. I saw an error in the log and the customer said the request took a very long time (we validate phone numbers on some object creation using the lookup api).

enricop89
enricop89 commented Jan 22, 2019

Version: 3.27.1

Code Snippet

const client = new twilio.Twilio(config.twilio.chat.apikey_sid, config.twilio.chat.apikey_secret,
        { accountSid: config.twilio.accountId });
const uniqueName = "ciao#hola"
client.chat.services(result.twilio_service_id).channels(uniqueName)

Exception/Log

status: 404,
 message: 'The requested resource /Services/ISXXXXXXXXXXX/
RusseII
RusseII commented Apr 11, 2020

What is the feature that you would like to see in the app? Please describe.
UI for handling different error events like camera permission denied, microphone permission denied, etc.

Is your feature request related to a problem? Please describe.
Non tech savvy users having issues with the camera/microphone not working and being lost in how to fix the problem

thinkingserious
thinkingserious commented Nov 28, 2019

From issue #432:

I'd also suggest updating the JavaDoc to better indicate the API behavior: From what I've observed, it only cares about the Date part of the DateSent parameter. (Trying to get the last 30s of messages returns the full day's worth of messages.) I think making a note of that in the JavaDoc would help out new users.

Acceptance Criteria:

  1. Reproduce the above behavior
  2. Up
hpandroid
hpandroid commented Mar 30, 2020

Hi,
The official documentation does not have any example for implementation in jQuery or plain JavaScript. We do not use Node for our projects, we were using V1.X in our current Video Chatting Integration.

Now In V2.X it has more feature like reconnecting, Remote and Local Participants, etc.

We were trying to upgrade to V2.x and Review the Quickstart guid and multi chart room video both are

jdegger
jdegger commented May 1, 2020

We sometimes encounter problems when our app runs behind:

  • Mobile device management
  • Custom APN
  • Firewalled WiFi

I suppose I'm not the only one who has noticed these limits. The IP-ranges for all regions should be whitelisted by the firewall in order to get it to work.

The list of IPs is huge: https://www.twilio.com/docs/voice/client/regions

Forcing the connection through one region

Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).

  • Updated May 2, 2020
  • Pascal

Improve this page

Add a description, image, and links to the twilio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the twilio topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.