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.