Android Video Calling feature using wifi -


can me how implement video calling using wifi feature? have tried intent not working.please me out.

intent callintent = new intent("com.android.phone.videocall");             callintent.putextra("videocall", true);             callintent.addflags(intent.flag_activity_new_task);             callintent.setdata(uri.parse("tel:" + "+919167903192"));             startactivity(callintent); 

video calling skype requires using sip protocol. thing, there android.net.sip. bad thing, supports voip out of box.

what's way out?
need use sip library jain sip or csipsimple work done. need sip provider. can either become 1 or use existing 1 getonsip.

my point being?
not easy using intent. have manual coding.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -