Questions tagged [twilio-conference]
27 questions
4
votes
1 answer
How to add another number to the current call using Twilio?
I am developing a Java application using Twilio. So I was able to create a call between two users. One to one call. But I need to add another person/number to that ongoing call. Like a group call If I needed it. So basically there are two people who…

H Athukorala
- 739
- 11
- 32
1
vote
0 answers
Answer the second incoming call/conference
I am working with Twilio Voice JS SDK. Every incoming calls are converted to conferences. I can do this.
If there is a second incoming call, I want a user can answer it.
But if I invoke call.accept(), the first call will disconnect.
So I tried to…

vltruong
- 11
- 2
1
vote
1 answer
Is there a way to start a Twilio phone conference via an api call
I played around a lot now and still can't figure out if there is a way of starting a conference via the API.
What do I want to achieve:
I would like to set up a conference, keep all participants still listening to music and than start that…

Eriko
- 13
- 3
1
vote
1 answer
Join an active Twilio Voice conference call from browser as Supervisor (Muted) and Coach (Whisper to agent)
I have implemented Twilio Conference call using Twilio JavaScript SDK and PHP. So far, the functionality that is working is:
Agent can make an outgoing call from browser to a mobile phone
Agent can receive an incoming call on browser from another…

Manish Jain
- 65
- 1
- 6
1
vote
1 answer
Twilio Conference Call
I was able to implement basic Voice Conferencing but I feel my implementation may be lacking.
client = Client('ACxxxxxxxx', '34xxxxxxxxx')
@app.route('/', methods=["GET", "POST"])
def home():
form = ConferenceList() #form made using flask-wtf
…

Emmanuel
- 52
- 4
1
vote
1 answer
Add multiple participants to Twilio conference
I am trying to move our existing call routing backend to conference to make advanced features available. Is there a possibility that I can take (1-1) simple calls that are going on, and place them inside a conference without loosing the connection?…

Parzival
- 47
- 4
1
vote
1 answer
How to connect a voice stream websocket (goal is Google Voice API) to a Twimlets Conference
In my existing app we use the https://www.twilio.com/labs/twimlets/conference feature :
var strURI = "http://twimlets.com/conference?Name=" + channelId.ToString() +…

phoenixAZ
- 429
- 3
- 17
1
vote
0 answers
How to make a call to multiple clients and how to add one of them into conference call in twilio
Client A make a calls to Client B,C,D,E simultaneously if one of them picks a call we have to end up a call to remaining of them.later we if we want to add Client X we can add them into a conference call.like this i have to do.but the thing is it is…

ramakrisna p
- 21
- 2
0
votes
0 answers
When using Task Router to set-up a conference call, can I set no answer timeout, recording, and friendly name?
I am currently using a Twilio function containing the following callback instruction to set up a conference call and this works fine, but I'm baffled trying to set a few options:
The Task Router Workflow has a reservation timeout of 20 seconds, but…

tcbeaton
- 85
- 7
0
votes
0 answers
creating a new stream for another call
I am using twilio's connect().stream() for bidirectional synchronous stream.
Now at a certain point i want to call another number for that i need a new stream so that conversations wont get mixed.
But as that is indirectly getting executed inside…
0
votes
0 answers
Is Realtime transcription feature is available in agent conference in twilio?
As per this video, they shows that we can get real time transcriptions in agent conference, but I did not found any documentation on twilio docs,
basically, I want to add a bot in the conference, ( in agent conference, the bot will act like agent ),…

Sagar Davara
- 408
- 7
- 13
0
votes
0 answers
Possible to create a conference call using the 'Add call' / 'Merge call' tile on the iOS / Android call interfaces, where DTMF can still be used?
My team and I are trying to build a Twilio VoIP-enabled app that can be added to both inbound and outbound GSM calls hosted by the OS using the 'Add call' / 'Merge call' tile on the call interface screen, so that, once connected, dual tone…

cameron.may
- 1
- 1
0
votes
1 answer
Twilio Flex: Is there a way of looking up conference/recording by phone #?
We are using Twilio Flex. We have call recording enabled. Recordings can be found via the Twilio Console and Flex insights reporting.
We have agents who want to be able to look up old call recordings via phone #. Adding a view to the Flex UI to do…

ksmith-cvr
- 1
- 1
0
votes
1 answer
Twilio Conference - Record the Conference in the middle of the Call
I am developing a conference application using Twilio. I need to record the conference but not from the start. Whenever I need to record I should be able to record the conference. It is mostly in the middle of the call. For example like I am having…

Abraham Arnold
- 301
- 4
- 20
0
votes
1 answer
Twilio Voice conference from Browser using PHP
I have successfully implemented Voice calls functionality in my php application using JS SDK.
Now, I need to implement Call Monitoring and barge in features, that I believe are only available using Twilio Conference.
My current code looks…

Manish Jain
- 65
- 1
- 6