I want to add Audio/Video chat facility inside my application. Can anyone help me out for this.
Asked
Active
Viewed 448 times
1 Answers
0
You can launch intent. Which will start GTalk or Skype..
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("write the package name for GTalk / Skype");
startActivity( LaunchIntent );
these links can be helpful :-
a similar question and To know the package name see this link