Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This is my first post.I am very new to android platform. I am building an application that need to make video call using VOIP. I have already installed SipDroid which makes call using VOIP.

I want to call this application from my application on click of button.

share|improve this question

2 Answers

Use an Intent. Hopefully sipdroid provides one that can call a number, and not just start up as if from the launcher.

share|improve this answer

SIPDroid has an intent filter that will catch the CALL action and several others with sip as the scheme in the URI. (See its manifest.)

That's actually a better choice since you shouldn't care what application places the call.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.