Click here to Skip to main content
15,909,747 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to activate Video call option exist in the Mobile.I have code to make Simple voice call:
Java
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:123456789"));
startActivity(callIntent);
and it works.But i don't know how to make Video call insted of Simple Voice Call.Can any one help me to achive this.

Thanks in Advance.
Posted
Updated 19-Jun-12 21:39pm
v2
Comments
TorstenH. 20-Jun-12 3:43am    
I changed the tag - "Eclipse" has nothing to do with this.
Instead it's good to tag it with "Android".

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900