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