Questions tagged [twilio-programmable-chat]

For questions about Twilio's text chat APIs. This is distinct from their voice chat or SMS messaging APIs, which should be tagged as "twilio-api".

Programmable Chat which is part of Twilio solutions:

Add chat to any app with SDKs for mobile and web. Powered by the Twilio cloud.

Site: https://www.twilio.com/chat

Docs: https://www.twilio.com/docs/api/chat

383 questions
0
votes
1 answer

Twillio programable video how to notify from client 1 to client 2

I use Video WebRTC Go to build a peer to peer video chat app with Twilio. Client 1 creates a room and gets access to that room. So how do we make client 2 aware of that this. How do I pass the signal there is a call for him (Client 2). Do I need to…
margherita pizza
  • 6,623
  • 23
  • 84
  • 152
0
votes
1 answer

Twilio Programmable chat, how to create 1 on 1 chat rooms

I implemented swift client for chat, and Laravel as server. This works on my iPhone device, and I have channels which I can join and add messages to. However, I want the users to be able to chat 1 on 1 only. How do I implement this? Any experience…
Vladimir Despotovic
  • 3,200
  • 2
  • 30
  • 58
0
votes
1 answer

Twilio + Dialogflow + Whatsapp Error code 11200

As per this documentation, I have done all the things and got the final URL as mentioned below: https://dialogflow-twilio-4syckuoz4a-uc.a.run.app set this URL in the messaging webhook as HTTP POST method. When I checked this URL in the browser and…
0
votes
0 answers

How can I send a PDF file with its file name in Twilio WhatsApp?

I am having trouble sending a PDF file through WhatsApp with its file name. It is sent without the name regardless of where it is hosted, of the properties of the PDF, and everything I imagined. I tried changing the hosting locations of the file…
0
votes
0 answers

Twilio Python Whatsapp api

Please help me with this problem, I want to get input from the customer using Twilio, the input can be any Item and each item have some price, such as; Hoodies1: $99 Hoodies2: $98 Hoodies3: $96 Hoodies4: $95 ..... and so on. Note: The price of each…
Tariq Hussain
  • 128
  • 2
  • 10
0
votes
1 answer

How can I implement my Twilio-VideoCall Programming in Webview?

My Twilio-Videocall and Screen sharing Application works good in my Phone's default Browser but when I try to implement it in web-view,I am unable to create a Video room. import TwilioVideo from "twilio-video"; TwilioVideo.isSupported gives…
0
votes
1 answer

How to fix react native console.log memory leak

I am using twilio-chat to make a chat app in react native. After I create client, I tried to console.log the client entity, but then I saw the performance monitor in expo showed the memory used is increasing and the UI freezed, then the app…
Jassson
  • 1
  • 1
0
votes
1 answer

Twilio Chat getChannelDescriptors() paginator page items undefined

Recently ran into an anomaly that we couldn't figure out to the end but had to program in a failsafe. The problem is that the Paginator returned by the Client.getUserChannelDescriptors() has next pages, but page.items returns undefined and the…
KasparTr
  • 2,328
  • 5
  • 26
  • 55
0
votes
1 answer

How do I output each row in a loop

The objective of this code is to print out some column values as it lists out the number of days. The output I am getting is the column value for the first day. days = final_merged_data['Day'].tolist() for day in days: each_row =…
Abimbola Ojikutu
  • 447
  • 4
  • 10
0
votes
1 answer

Unable to receive push-push notifications for image/video messages using Twilio Programmable Chat

We are using Twilio SDK as a Chat feature within iOS app. Recently we have encountered an issue receiving push-notifications specifically for image and video "MessageKind" messsages, but messages of these kinds arrive just fine. Push-notifications…
0
votes
1 answer

Adding Twilio account to a whatsapp group

I am currently developing an application which requires my twilio account to work in a whatsapp group chat to send and receive some messages. But when I try to add the twilio account to the group chat, it says, its not possible. So my question is,…
redmlr
  • 45
  • 3
  • 7
0
votes
1 answer

Send a Whatsapp/SMS message with info obtained from a user with Autopilot

I've made a simple bot that gives information and collects some data from the users that use it. For example a user can ask for an appoinment and give his cellphone. What I'm trying to do is send a WA or a SMS message to a third number with the…
0
votes
1 answer

Twilio Conversations to integrate SMS and Chat participants

I followed the guide exactly (https://www.twilio.com/docs/conversations/quickstart?code-sample=code-add-a-conversation-participant-sms&code-language=Python&code-sdk-version=6.x) but when I plug my Chat Token into the ChatApp.js from the Twilio…
0
votes
3 answers

How can I best manually reply to texts from a Twilio phone number?

I'm a bit fed up with other phone providers and would like to have a more programmable, configurable, personal phone number (I miss GrandCentral). Google Voice is good, but I want to build something better. Twilio is great! I'm considering porting…
jtolds
  • 3,341
  • 3
  • 17
  • 14
0
votes
1 answer

Twilio chat media messages(media with text)

I can't find in Twilio documentation opportunity to send media message with file and text in one message, so maybe someone know how to send media message with file and text by Twilio Chat in one message?