Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a .Net program in which I use p2p audio call using my SIP SDK to transfer audio in my local network.

Now I'm going to develop an Android version of it but can't find an SDK that support p2p audio call. All libraries are just support SIP and not have a p2p feature including Android SDK.

I see CSIPSimple which has an account type called "Local" that work like p2p and I can receive calls with it but cannot dial a number with that.

Update 1:

I can make call with the SIPDemo provided in Android samples but can't receive any call.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.