Skip to main content
0 votes
0 answers
55 views

I'm building a React Native app using Expo, and I'm integrating the Twilio Voice SDK with react-native-callkeep to handle incoming VoIP calls. The Goal: When a VoIP call comes in, I want to use react-...
Zeeshan Ghazanfar's user avatar
1 vote
1 answer
43 views

I'm trying to send a WhatsApp message via Twilio WhatsApp Sandbox from a PHP app. The recipient has joined the sandbox and appears under Sandbox Participants use Twilio\Rest\Client; $client = new ...
Anees Ali's user avatar
0 votes
0 answers
43 views

I am trying to update the waitUrl in a twilio conference call using their participants API. I have a conference call with 1 participant waiting for another participant to join. When the 1st ...
Arnav Shah's user avatar
0 votes
1 answer
120 views

I'm currently using the Twilio Messaging API through their Twilio npm package. I want to programmatically mark the user's message as read so that they can get something to look at while the response ...
Clever7-'s user avatar
0 votes
0 answers
31 views

I am working on a use case where we need to ring multiple agents/clients simultaneously and bridge the first one who answers into a conference. We are currently using the Create Participant API and ...
Wasim Akram's user avatar
1 vote
0 answers
128 views

I'm building an iOS VoIP calling app using React Native + Swift. I'm integrating Twilio Programmable Voice, and facing issues with incoming calls via VoIP push. Issue Even though I'm receiving the ...
Jasleen Kaur's user avatar
0 votes
1 answer
48 views

I have the following scenario here: all of our clients phone's and agents are currently on the main account and we want to have our call center on the main account and all of our clients phone's on ...
Felipe Esteves's user avatar
0 votes
0 answers
40 views

I’m working on a React Native app using Twilio Voice SDK for iOS with the following setup: Outgoing Calls (App ➝ Real Phone) – Implemented and working fine. Incoming Calls (Real Phone ➝ App) – Not ...
Jasleen Kaur's user avatar
1 vote
1 answer
275 views

I’m building a React Native app (using Swift bridging) that integrates Twilio Voice, PushKit, and CallKit to support VoIP functionality for incoming calls with WhatsApp like call notification. However,...
Jasleen Kaur's user avatar
0 votes
0 answers
30 views

We have had a Salesforce integration since 2015 leveraging TwilioRestClient and TwilioMessage (among others) for messaging. As Salesforce is retiring older APIs, I'm looking to leverage the newer ...
Duncan Stewart's user avatar
1 vote
0 answers
59 views

I'm working with the Twilio Conversations API in a C# backend and trying to send a single message that includes multiple media files. Here’s my method for sending a message, which works for single ...
Qadeer's user avatar
  • 11
0 votes
0 answers
107 views

The goal: someone can call my Twilio Phone Number, it forwards the call to my cell phone, and sends the real-time audio of the call to my server. What I've tried: I currently have this working out ...
Sab.amb17's user avatar
0 votes
0 answers
51 views

I am experiencing issues sending WhatsApp messages from my twilio account using a content template (ID HX5e145bed3c320da2263ffb244dc51d50) set to German. The template is approved, but messages run ...
Achim Becker's user avatar
0 votes
0 answers
61 views

I am using twilio in my Express application for sending bulk SMS to multiple users. The issue I am facing is that twilio is sending some messages multiple times. Following are the static methods I am ...
Muhammad Fuaad's user avatar
2 votes
1 answer
58 views

I have a webhook controller in a .NET 8 / C# project that uses nuget package Twilio.AspNet.Core 8.1.1 and my code looks like this: using System; using Microsoft.Extensions.Logging; using Microsoft....
Nielsvh's user avatar
  • 1,259

15 30 50 per page
1
2 3 4 5
169