views:

34

answers:

1

I assume that it is possible to invoke skype or another VOIP solution by starting the appropriate activity. My question is; are there any VOIP solutions that can be used as services in some way, making it possible to write a separate app with its own user interface that just uses the VOIP functionality of the original VOIP app?

This question is similar, but talks about hooking into the audio streams. Skype has an SDK but is is currently only aimed at desktop applications.

+1  A: 

There is sipdroid

Shay Erlichmen