how to make a video call using pjsip and android -


i working on "voice on ipi android application using pjsip library; want application handles video call.

is there document me it?
i'll appreciate help.

thanks in advance

calling intent

there no difference, because there no video calls in android @ time of writing. video chat application using action_new_outgoing_call in likelihood,

in action_new_outgoing_call broadcast receiver:

bundle bundle = intent.getextras();  object calltype = bundle.get("android.phone.extra.calltype"); 

if video call,calltype integer of 2.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -