Questions tagged [simultaneous-calls]

Calling a method in concurrent threads, or events like multiple click as in Pinch Zooming.

Calling a method in concurrent threads, or events like multiple click as in Pinch Zooming.

51 questions
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…
1
vote
2 answers

Good Way to develop a Logger DLL for web app and windows app

Let's start by the context ! At my job, I have been asked to add some log functionality to my project, a web app in ASP.NET. What I thought is that well, I could have do it just for my project, but that's not very useful! So I want to create a DLL…
Grégory L
  • 612
  • 6
  • 17
1
vote
0 answers

Laravel Sessions with Ajax

Im using Laravel to build an app and Im using the Database driver to store sessions. The app is mostly a single page app. With ALL content loaded via Ajax requests. The app works perfectly fine locally in WAMP. I can click on everything and…
Kylie
  • 11,421
  • 11
  • 47
  • 78
1
vote
1 answer

Close Spinners dropdown when two among all in a groupview are clicked simultaneously

I have several drop down (Spinners) in my Android ViewGroup. When I try to click two of them simultaneously, They both get open. There is however by default behavior in Android that if a spinner is 'opened' and you do a click somewhere, it gets…
Abhinav Saxena
  • 1,990
  • 2
  • 24
  • 55
1
vote
1 answer

Play sound and show alert at the same time javascript

Here is my javascript code where i'm trying to play sound then show alert but i always get the alert first and when i click ok the sound is played.