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

How do I make my for await loop do everything within its body before moving on to the next line of code in twilio serverless functions?

I have been working on this problem for a couple of days now, and feel like I'm extremely close to solving the issue. I need to cycle through an object and send a text message to each record in the object before moving on to the next line of code.…
0
votes
1 answer

How to add a screen sharing feature on a video call of Twilio?

I implemented a video call using Twilio by react as frontend and Ruby on Rails as backend. now I wanna add screen-sharing on that. Have I to change my backend code? How to add a screen-sharing feature on a video call? When I enable screen sharing in…
0
votes
1 answer

I am trying to update user identity of twilio user but not working

I am using Twilio and I want to update user identity but it is not updating, while other keys update is working fine like friendlyName, etc. Can you please help me. Here is my code $twilio->chat->v2->services(env('TWILIO_SERVICE_SID')) …
0
votes
1 answer

Is it possible to add quick buttons in Autopilot chatbot?

Autopilot's chatbot does seem to be not very user-friendly to expect the end-user to type out every response while engaging with the chat bot. Any advice on improving the UX is very much appreciated. I'm a novice in this space Much appreciated
lily
  • 385
  • 1
  • 3
  • 21
0
votes
1 answer

Twilio "finishOnKey" not working with speech input only

We have requirement where we ask user for description of issue, it can be long some time. So to gather it we have extended speechTimout to "6" but in some scenario it can be a short so we want to have option where user can press key "1" once he…
0
votes
1 answer

Twilio chat don't work when refresh the page

I have followed the twilio documentation to implement the chat on the website, But I am having the problem is that when ever I refresh the page or turn my Internet off and then on, then I am unavailable to join the chat, the error I got is that …
Mark Stone
  • 15
  • 4
0
votes
1 answer

Twilio mobile browser support for programmable video and chat service?

We are working on a mobile to mobile video calling and chatting service (Browser only for now) using Twilio. Does Twilio supports mobile browsers for video calling? I tried it in my mobile and I was able to start the call successfully but couldn't…
0
votes
1 answer

TwilioChatClient crash in CFNetwork/web socket, EXC_BAD_ACCESS

I am using the latest TwilioChatClient version 5.0.0 I got a crash in login function each time I try to login with access token, however this crash doesn't happen in quick start project provided by Twilio. Here's what I got from symbolicated crash…
rami
  • 129
  • 2
  • 10
0
votes
1 answer

App Crashing while adding a member in an Private channel in Twilio Chat SDK

I am implementing Twilio Chat SDK where I do add members in a private Channel. The flow goes like this that First I check whether is there a channel in my list or not. If it exists then I join it. And if there is no channel in my list I First create…
0
votes
1 answer

How can I add Twilio autopilot to the webchat

Iam currently looking to build a scripted chat-bot for a website with twilio autopilot. Iam using 'Flex Webchat' for client side webchat interface. Is it possible to add Autopilot in the beginning of a new chat.
0
votes
1 answer

Parallelise chat clients creation in Twilio Programmable Chat

Trying to create a web chat application where we fetch all the channels a user is a part of from Backend. Backend returns an array of objects containing twilio access tokens and channel names. After getting API response, Javascript iterates through…
0
votes
1 answer

React Application Error 431 (Request Header Fields Too Large) in twilio Video chat Application

I am facing Status Code: 431 Request Header Fields Too Large in React Twilio Project, is the reason is video chat for large headers or any other?
0
votes
0 answers

Twilio chat package results in app crash in reactjs with wrong token

I am working on the validating the Twilio credentials before saving them to db. So on front end reactjs I am getting a token from Back end which I need to pass twilio-chat Client. So If this is successful I am showing that twilio chat credentials…
0
votes
0 answers

Problem using IBM Watson Assistant for WhatsApp, The word "undefined" appears from nothing using "Type: Options"

Good morning, The word "undefined" appears from nothing using "Type: Options" on IBM Cloud Watson Assistant for WhatsApp, someone please help me to resolve this issue? thanks!
0
votes
1 answer

How to camera off in twilio javascript

I am using this code participant side video is off but the local side camera is not off currentUser.localParticipant.videoTracks.forEach(publication => { publication.track.disable(); });