[android-developers] timer on sip calling

2012-02-24 Thread Jagruti Sangani
hello,
I want to start the timer when the call will establish and the timer
will stop when the call will end by other party.Can anybody know how
to do this.same as when the call is come in our mobile and the second
is display continuesly till the call will end.

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


Re: [android-developers] timer on sip calling

2012-02-24 Thread Uberall, Android

Dear Jagruti madam,

You can do it by using the PhoneStateListener call and start timer when 
call receives and call end.


Now u can use it by overriding the onCallStateChanged() method for your 
purpose.


I hope it will be sufficient for you.


Thanks  Regards
Prashant B Lal.

On 24-02-2012 14:39, Jagruti Sangani wrote:

hello,
I want to start the timer when the call will establish and the timer
will stop when the call will end by other party.Can anybody know how
to do this.same as when the call is come in our mobile and the second
is display continuesly till the call will end.



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