roelof
roelof

Reputation: 33

Can I link Skype with my Android App?

I want to add VoIP functionality to my application, without developing required VoIP/SIP libraries myself. Is it possible to "link" Skype to my application? Maybe via a button, which starts Skype? Otherwise, are there any open source code projects for Android VoIP/SIP available (such as SipDroid?)

Upvotes: 1

Views: 1231

Answers (1)

Idistic
Idistic

Reputation: 6301

There is a VOIP open source project and it uses google voice as well, and there may be others, if you want to launch skype you will need to use an intent, maybe answered here as well Skype Intent and you may be able to google android skype and intent if none of that works

Upvotes: 1

Related Questions