Difference between Android SipAudioCall and Android Telecom Call

  • Replies:1
DevOp
  • Forum posts: 1

Dec 9, 2015, 9:03:03 AM via Website

I want to create an Android application which uses the SIP protocol.

I found the docs for the SIP implementation in Android and the docs for the Telecom package.

My question is what exactly is the difference between the SIP package with the SipAudioCall and Telecom package which also got a Call object? When do I use one and when should I use the other?

Reply
EdwardSmith36
  • Forum posts: 85

Jan 11, 2016, 1:07:58 PM via Website

SipAudioCall is a Listener, A listener for events relating to a SIP call. Whereas, Android Telecom Call is the key to retrieve the optional Phone Accounts Telecom can bundle with its Call extras.

Reply