3

I already know how to start a Skype Call from within my app using this code:

    Intent skypeIntent = new Intent(Intent.ACTION_VIEW);
    skypeIntent.setData(Uri.parse("skype:" + skypeId + "?call"));
    context.startActivity(skypeIntent);

I would like to do the same thing using Messenger app.

I couldn't find information about that neither in the Messenger SDK , nor on the web.

Some related information I found, but no solution:

Can you please help?

Thanks

Community
  • 1
  • 1
Pascal
  • 12,592
  • 2
  • 48
  • 63

0 Answers0