I am trying to get a phone object so that I can call and conference two numbers from within my application.
I have tried using the static PhoneFactory.makeDefa
I am trying to get a phone object so that I can call and conference two numbers from within my application.
That is not possible from the SDK.
I have tried using the static PhoneFactory.makeDefaultPhones((Context)this) but have not had any luck.
That is not in the SDK. Please do not go past the bounds of the SDK.
Error - Caused by java.lang.RuntimeException: PhoneFactory.getDefaultPhone must be called from Looper thread
That is because you are trying to do the thing-you're-not-supposed-to-be-doing from a background thread.