3

I want to add Audio/Video chat facility inside my application. Can anyone help me out for this.

Vivek Tamrakar
  • 271
  • 3
  • 4
  • 15

1 Answers1

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 :-

one similar link

a similar question and To know the package name see this link

Community
  • 1
  • 1
Amit
  • 13,134
  • 17
  • 77
  • 148