Questions tagged [conference]

136 questions
2
votes
1 answer

UCMA Conference call stuck at first participant establishing

I'm trying to start a conference by using UCMA 4.0 basic conferencing sample and first user endpoint stuck at establishing the call (it's lync is not ringing). Timeout exception is triggered after a while. What's the main problem ? BTW, platform is…
2
votes
4 answers

What is the best place to find software development conference listings?

I am interested in an array of software ideas and use more than one language, is there somewhere that concisely lists software development conferences year by year? I'd like to know what options are out there for this year and searching by…
Blaine Mucklow
  • 592
  • 7
  • 18
2
votes
4 answers

Easy way to send a message to an XMPP/Jabber conference room? (Shell or Python, Debian wheezy)

What is an easy way to send a message to a XMPP/Jabber conference room? Either at the command line (Shell), or by using Python? Ideally, all commands and/or libraries should be available in Debian wheezy (or jessie), without using pip.
user923543
1
vote
1 answer

Send string to XMPP MuC participants without using "Message" object

In my current project I want to communicate with people in a XMPP Multi User Chat. But also I need to send data to all participants in the conference, but this data should not be seen as a message. Is it possible to send data (strings) to all…
Smashnet
  • 45
  • 5
1
vote
1 answer

video conference in asp.net application

I want to develop a web application (asp.net) to make interviews through video conference. So I need to find a control that could be embedded into the webform. Do you know any control that allows this functionality and also allows to save the…
Frank_FC
  • 76
  • 1
  • 8
1
vote
1 answer

SIP integration with call conference in JS

I am developing an Electron application with the integration of React.js as a front-end framework, which will be more like a calling application. In that application-specific users can have multiple calls incoming, outgoing, mute | unmute calls,…
1
vote
1 answer

How to Create Twilio Conference Before Calling Anyone?

I'm looking for a way to generate a Conference resource within the Twilio system before adding anyone to that conference. The official recommended way to start a Conference is by returning TwilXML in response to a Twilio callback. This can either be…
Daniel Drexler
  • 527
  • 4
  • 14
1
vote
0 answers

Twilio conference recording

I am creating a conference with two or more participants. I send all conference participants to Hold. I do not want to record when all conference participants are in Hold. I pause the conference record. Then I transfer the participants to Unhold and…
Serj
  • 11
  • 1
1
vote
1 answer

On Twilio Voice Conference how to call several agents and hangup after first one answered

All is using cell phone, no soft phones. I am trying to created a flow where a customer calls in, All the agents that are available will have their phone ringing. The first agent that answers, all other dials are disconnected. Later, during the…
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278
1
vote
2 answers

How to design a multi platform video conference/chat app?

I am a developer who is still learning . I want to design an app which can allow multiple people to have a video conference/chats simultaneously something like zoom . I know i can design native apps like specific for Android as well as iOS but I am…
1
vote
1 answer

is that possible to add one person from multiple calls in twilio?

I am developing an application,which is first make a voice call to the all the customers simultaneously.but call will connect to the only one person first who picks the call.later we wanted to add third person into the conference.is it possible in…
1
vote
1 answer

ICE servers(google stuns) worked for 8 times behind NAT but since then not working but works locally. Why?

Please refer to these screenshots Image[Behind NAT] -- Image[Same Network] -- Image[Stuns] Guys I have implemented step-05 code sample from WebRTC's codelab. I have provided 5 google's stun servers and fortunately the code worked as expected(not…
user11896904
1
vote
1 answer

How can I upgrade an existing call to a conference without losing the original participants?

I need to provide my users with the ability to add a third person to their call dynamically. I know how to find the parentSid and the childSid of the call I'd like to transfer, but as soon as I update one of these sids to a twiml that contains the…
reddiky
  • 172
  • 2
  • 11
1
vote
1 answer

Twilio Conference - PHP - Not receiving statusCallback

I am using Twilio to set up conference calls. I need to make an announcement (play an MP3 file) in the conference but it appears the $twilio->conferences("CFxxxxxxx")->update requires the ConferenceSid (I would prefer to use the FriendlyName, but…
1
vote
0 answers

How to do conference call in efficient way using Kurento Media Server

I want a suggestion to implement the conference call in kurento media server I have tried to use composite element but it sends a grid of a video combined in one its working fine but i want to add a functionality for the user that if user tap a…
1 2
3
9 10