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?)
Asked
Active
Viewed 1,228 times
1 Answers
1
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