Hi,
    I googled about this topic and in many forums this question is asked, 
But most of them are unanswered. 

    I am writing an application in which I need to record the VOIP calls in 
background service. In VOIP based calls I think we may not get any call 
back such as when the call started or ended. So I thought of doing 
following things to track the VOIP calls and to record the conversation.

    if the following conditions are true then there is much probability 
that there is an active VOIP call

1. If there is ongoing data access activity(I thought of check this by 
using onDataActivity(int) function in onphoneStateListener)
2. and if mic and speaker is in use (May be by checking the current sound 
amplitude)
3. and if Currently showing app is VOIP apps like Skype or Gtalk
    Please give me suggestion on how to identify the VOIP call.

Thanks and Regards,
Ganesh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to