Since: API Level 9
package

android.net.sip

Classes | Description

Provides access to Session Initiation Protocol (SIP) functionality, such as making and answering VOIP calls using SIP.

more...

Interfaces

SipRegistrationListenerListener for SIP registration events. 

Classes

SipAudioCallHandles an Internet audio call over SIP. 
SipAudioCall.ListenerListener for events relating to a SIP call, such as when a call is being recieved ("on ringing") or a call is outgoing ("on calling"). 
SipErrorCodeDefines error codes returned during SIP actions. 
SipManagerProvides APIs for SIP tasks, such as initiating SIP connections, and provides access to related SIP services. 
SipProfileDefines a SIP profile, including a SIP account, domain and server information. 
SipProfile.BuilderHelper class for creating a SipProfile
SipSessionRepresents a SIP session that is associated with a SIP dialog or a standalone transaction not within a dialog. 
SipSession.ListenerListener for events relating to a SIP session, such as when a session is being registered ("on registering") or a call is outgoing ("on calling"). 
SipSession.StateDefines SIP session states, such as "registering", "outgoing call", and "in call". 

Exceptions

SipExceptionIndicates a general SIP-related exception.