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?
There is no API supporting this, as far as I know.
Related
I have a kind of lazy API call I need to make in my app, that should happen in the background, at specific intervals throughout the day. However, I do not want this call to happen if there is another API call currently being made in the app.
I could use an application-level flag that will be set before a request is made and unset on complete or error, but that solution will not look neat, and the different API calls can be overlapping.
Is there a way in retrofit2 to check if the Retrofit object is currently handling an API call? Thanks for any help or pointer in the right direction.
we want to use conference calling in our app we managed to make a call but we are not able to make a conference call .
we tried to sipcoudiocall.attachCall(sipSession,sessionDescription);
but we are not able to make conference call can you help.
My question may look a bit strange.
I want to know if, in android, it is possible to know which number has been called when you receive an incoming call (I'm not speaking about caller id).
For example: let's assume that my phone number is 555-12345, my operator will route to my phone every number starting with 555-12345.
This means that you can call me by dialing 555-12345, but also by dialing 555-12345-37967 or 555-12345-34 etc.
Is there a way to know which number the caller has dialed?
If it is not possible to do this using Android API, would be possible to achieve my goal at lower level? Maybe using a customized firmware?
I was searching for this and not found any answer, the sample app (sipDemo) do not handle incoming call too. Fortunately I found the answer:
mSipManager.getSessionFor(intent).getPeerProfile().getUserName()
Good luck ;)
Hi in my Application i want to hang up the call for the specific number.i have go through many link but can't get any success,here is one of that,in many place a lot of developer told that com.android.internal.telephony.ITelephony is not working on higher version of android.
How to hang up outgoing call in Android?
but i found that this Api is available but how to use that.
http://www.androidjavadoc.com/0.9_beta/com/android/internal/telephony/ITelephony.html
Please help me how to hang up a call.
i have tried many things but not getting how to do conferencing in android.
i can receive incoming call and make another outgoing call...but not able to combine those calls as "menu option merge do"...
if i can take object reference of phone or call class(internal class of android) i can use conference method available theres
AFAIK, there is no API for this in the Android SDK, sorry.