10,565 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
48
views
Twilio Call Duration while call is in progress
I am trying to set a limit on how long a caller can stay on the call with the Ivr.
So what i wanted to do was when the user presses a key which sends a http request to my server I would check the '...
1
vote
0
answers
51
views
Video freezes for a few seconds when flipping camera in React Native Twilio Video — any fix?
I'm using react-native-twilio-video-webrtc for video calls.
Whenever I flip the camera using flipCamera(), the local video freezes for 1–3 seconds before showing the new camera. Audio continues but ...
0
votes
1
answer
54
views
Twilio Signature validation for ConversationRelay WebSocket with Java SDK
In https://github.com/enola-dev/enola/pull/1927 I attempted to add signature validation for WebSocket authentication security to my https://github.com/enola-dev/twilio-conversation-relay-java Java ...
1
vote
1
answer
83
views
Twilio Voice React Native — App Crashes When Initiating Outgoing Call (`getMainActivityClass()` Returns Null)
After resolving a startup crash, I’m now facing a new crash when attempting to initiate an outgoing call using @twilio/voice-react-native-sdk.
When I call:
Voice.connect(...)
the app crashes with the ...
-4
votes
1
answer
116
views
Voice Activity Detection (VAD) not working in ElevenLabs with Twilio
I am using an ElevenLabs Agent to call people via phone (Twilio native integration). Now when I am on speaker or when there is someone in the background speaking loud, the Agent accidently considers ...
0
votes
0
answers
183
views
App crashing on Android with missing libreactfeatureflagsjni.so after RN 0.79 migration when including twilio/voice-react-native-sdk (16KB issue)
I am experiencing a crash in an Android app after migrating to React Native 0.79.6 with the new architecture (Fabric + TurboModules) enabled. The crash happens immediately on app launch, and the error ...
0
votes
0
answers
62
views
react-native-callkeep ends call immediately after Twilio Voice SDK connects
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-...
1
vote
1
answer
51
views
Twilio WhatsApp Sandbox: "Twilio could not find a Channel with the specified from address" when sending from PHP (twilio/sdk 8.x)
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 ...
0
votes
1
answer
53
views
Twilio Video Chat Android - WebRtcAudioUtils's and WebRtcAudioManager's methods are not available anymore
So I have just updated to the latest version com.twilio:video-android-ktx:7.9.1 (previously it was 7.6.1) and the following methods are not available anymore, what's the alternative?
WebRtcAudioUtils....
2
votes
1
answer
77
views
How to ensure webhook requests are routed to the same FastAPI worker that initiated the request
I’m working on a FastAPI service deployed with Uvicorn using multiple workers to handle voice communication with Twilio, and I’m running into a routing problem.
Current architecture:
A client sends a ...
2
votes
1
answer
124
views
Twilio invalid API Key and secret pair
I'm building a web based VoIP dialing software using Twilio. However, Twilio just keeps raising an error of having invalid API key-secret pair. I've tried the following fixes:
Different regions (us1, ...
0
votes
0
answers
38
views
Twilio Integration and Dialogflow CX
I am trying to integrate Twilio and Dialogflow CX.
In Dialogflow when I click connect to integrate Twilio:
nothing happens
connects to twilio, within seconds the page refreshes back to Dialog Flow CX ...
0
votes
0
answers
44
views
Update the waitUrl in a conference call
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 ...
1
vote
1
answer
69
views
Conference not listed when created via Twiml Callback
I configured a phone number, so that an incoming call triggers an HTTP callback. On my server I am running a Python script which listens for that callback and answeres with a "dial conference ...
1
vote
0
answers
60
views
How to send DTMF digits mid-call during a Twilio <Connect><Stream> without disrupting the stream?
I'm working on a NestJS backend using Twilio’s Node.js SDK to make outbound calls. The call is connected and streams audio using:
const call = await client.calls.create({
from: "+15017122661&...