Questions tagged [conference]
136 questions
1
vote
1 answer
How to merge input and output audio to send another conferencer
I have changed my question message...
I have two streams with audio in Java. What I want is to combine these two audios into one OutputStream.
I've being searching and it seems that if you have both streams with the same audio format, and using PCM,…

poly82
- 39
- 7
1
vote
0 answers
FreeSWITCH Conference advertise
I can't understood completely how work presence on FreeSWITCH Conference. The default code in conference.xonf.xml is:
Any hint?
Thank you
Regards

socialboh
- 11
- 2
1
vote
1 answer
How to properly implement Call.conference (Android API 23+) with GSM calls?
I'm trying to create conference call using Call.conference(Call callToConferenceWith) and this function do nothing…
Does anyone advise me how to properly implement this function?

KJAN
- 227
- 4
- 15
1
vote
0 answers
Nexmo Conference Call using voice api
I have a requirement like i need to create a nexmo conference call by creating a meeting id/ conference URL(like Zoom Calls) and send them to contacts in facebook using facebook bot and get them connected in the conference call. I have worked…

shenba
- 63
- 1
- 1
- 7
1
vote
1 answer
Twilio Real-time speech to text in conference
Is it possible to make real-time voice recognition during conference in Twilio? I do it for single call but I need do it for conference. Thank you for your help

ninjaj
- 23
- 2
1
vote
1 answer
Create Twilio Conference With Rest API
I'm looking to create a Twilio Conference through the rest API. And I'm not sure how to start the conference. I'd prefer to do this without the SDK.
Heres the flow that I'm looking for.
In browser I enter a phone number to be called and click a…

Sean O'Rourke
- 182
- 1
- 2
- 11
1
vote
0 answers
How to implement Conference in Android
How to Implement Conference in Android programmatically.
I need to track all the call informations from the Phone like,
Make a Call, Incoming Call, I want to add a new call to and existing active call (Conference).
I found the Conference API from…

Vineesh TP
- 7,755
- 12
- 66
- 130
1
vote
1 answer
Number of Participants in Twilio Client Conference Call Android
I am using Twilio Client for Android and I want to display the number of participants who are currently connected to the conference call.
I am trying this for almost 2 days but can't come out with a result.
Please help.

Ayush Jain
- 144
- 10
1
vote
0 answers
How to detect conference call in Android?
I would like to get any suggestions on detecting conference call for on going call. I looked at the documentation but didn't got any hint from it. https://developer.android.com/reference/android/telephony/TelephonyManager.html

Ajay
- 552
- 2
- 4
- 16
1
vote
1 answer
Record all conference legs in FreeSWITCH
I’m trying to record phone conferences, so that later on their audio can be reviewed. The requirement is to record each leg in a seperate file. After doing some googling, one way of doing it, is by using record_session and setting RECORD_STEREO to…

Anis Bedhiafi
- 185
- 1
- 5
- 22
1
vote
1 answer
originate conference from python esl
I want to setup a conference call, initiating from an ESL program.
In my python script I call the first number :
freeswitchcon.api("originate","sofia/gateway/MySIP/91XXXXXXXXXX+" &conference(9099)"
then I call another…

Deepika Yadav
- 35
- 6
1
vote
2 answers
how to start a conference with twilio?
Plan for my Programm: Someone is calling a Twilio Number, then I get called on my mobile. As long im not accept the call, the caller should hear music or something like that and if I pick up, a conference should start.
At the moment:
Someone is…

nova
- 313
- 6
- 19
1
vote
1 answer
Twilio iOS conference call/voip morocco
I'm from Belgium and I did a app which uses VOIP and conference call from twilio.
All work perferctly in my country but when the "test" team in morocco try the application there is several issues with the conference call.
The song starts (so the…

Bryan D
- 236
- 1
- 2
- 13
1
vote
1 answer
Twilio conference moderation and participant name
I would like to set as moderator the first user who joins the conference and I'm using the twilio-python doc to help me but I didn't see anything about this.
The first participant should be moderator in order to mute, kick, etc the other one but to…

Bryan D
- 236
- 1
- 2
- 13
1
vote
1 answer
Android SIP Conference call
I want to do a conference call using Android Sip. Is that possible? Can someone give a working example please. Also are there any limitations of using that library like can it work on 3G or 4G?

Bhavin Matreja
- 88
- 1
- 10