AFAIK, All the phones dont have default Video Calling options. So,
there's no way to initiate a video call through code. If you are
talking about a particular device, look into their specs and check if
the protocol is supported or not.

-Kumar Bibek
http://techdroid.kbeanie.com

On Sep 7, 11:29 pm, fandre <[email protected]> wrote:
> It's possible to invoke by program a phone call via an intent :
> Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url));
> where the url contents the phone number.
>
> Assuming that we have the right phone, the right OS version, the right
> subscription.
>
> How to specify that we want to make a video Call on 3G-UMTS and not a
> vocal code ?
>
> Thanks for an help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to