What's the order of processes for connecting with SIP in Android API?
-
wrote on 13 Jun 2015, 06:54 last edited by
Hi
I want to create a VOIP call app for android using android.net.sip library but don't know how to start.
What's the needed execution order of procedures?
For example::createSipSession()
makeCall()
endCall()(I want to call them in Qt using JNI)
1/1