Questions tagged [conference]

136 questions
0
votes
2 answers

Capacity of Asterisk Conference: max users per conference, max conference per server?

I am currently evaluating the Asterisk Conference feature: in an enterprise environment, simple internal VoIP set up with SIP phones, outside users can join to conference from PSTN/GSM etc. I know there are a couple of options, such as Meetme,…
Alex
  • 131
  • 2
  • 7
0
votes
1 answer

i want to use group call in android

Is this possible to call more than one people at the same time . i.e. conference calling. This should be done by an application not by the default method of conference calling provided by Android. At the same time can i call more than 1 person?
Mayank Pratap
  • 185
  • 1
  • 1
  • 13
0
votes
0 answers

Unable to hear participants audio to each other in voice conference

Have created a sample twilio voice conference app with java script SDK. At nodeJS, two endpoints, one for getting the access token and other with /voice for conference. Now, from js side, we request token and initialised the device with token and…
Seby K P
  • 17
  • 4
0
votes
1 answer

Twilio receive user input during a conference call

Let us say,if there are 3 participants in conference room. Is it possible to receive user input using gather options during a conference call in twilio using node js without ending the call or transferring the call.
0
votes
0 answers

How client side handle so many audio streams in large Conference?

In a SFU audio conference platform, media server simply route audio packets. Lets say in client side I keep audio packet queue for each present participant (updated by signaling server) and at a certain rate I simply dequeue from every queue,…
Nafiul Alam Fuji
  • 407
  • 7
  • 17
0
votes
0 answers

What is best coding approach for realtime noise cancelation in a conference?

I have searched and found a lot of noise-canceling solutions. but many of them are platform-dependent(like "noise torch" for ubuntu) and many of them are not workable for real-time. I also looked into some RNN(recurrent neural network) based…
0
votes
0 answers

Zoom Web SDK integration issue in asp.net

I am working on video conference with Zoom Web SDK 1.9 in asp.net(C#) web application, and it is working as expected. But as soon as I join the zoom meeting and try to refresh the page or navigate to other page via menu, it is automatically logged…
Shyam Narayan
  • 1,009
  • 2
  • 14
  • 28
0
votes
2 answers

Agora cloud recording custom layout not working

Agora is not capturing the video stream in custom layout when uid passed. It skip that stream in which uid is passed. here is the sample layout for three video stream I am using, it only capture two video stream in which uid is not present. The uid…
Shyam Narayan
  • 1,009
  • 2
  • 14
  • 28
0
votes
0 answers

How to detect if its a conference call on twilio?

I have an app working with twilio. If some user calls the twilio number which i'm using in my app, ı want to check if it is a conference call or not. If a conference call comes in i want to record voice. Can anybody help?
0
votes
0 answers

Manage conferences with twilio JS SDK

I want to be able to manage call conferences using a web client (through JS SDK). In the back end I'm using C#, so if that's considered, it'd be better, but at least I want to solve it in general Scenario: A call comes in A conference is…
0
votes
1 answer

Outlook Meeting room booking from c# web application

I am developing a asp.net we. Application using Microsoft exchange services, where in i have conference room booking module from which user can book the available conference room for specified duration, now we want to integrate this with Outlook…
0
votes
0 answers

Want to create a outbound conference call using twilio javascript SDK

I made one web application, which allow user to call from a browser with the help of twilio. Now i want to make a outbound conference call using twilio. I want to add a third person in my conference. I read the articles regarding conference in…
0
votes
1 answer

Is there a WWDC 2019 session videos summary?

There are so many videos released each year and it would take way too much time to actually watch them all. Many times you don't even know that it was interesting for you before you actually got to know the details. Therefore my question: Is there…
hoshy
  • 481
  • 6
  • 15
0
votes
2 answers

Is it possible to capture video/audio stream from web-cam in browser via js / HTML5/ ... with out Software

Is it possible to do this reliably through a browser whitout using Flash, silverlight, ActiviX, Java, any software.
0
votes
0 answers

Ionic conference app - display the entire list of the schedule

I'm developing a Conference App based on this. I would like to show the entire conference schedule but I realized that in the schedule section, there is a function that limits to appear only for the first day of the Conference. Here it is: import…