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
Post a Comment