SipSessionState Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Net.Sip.SipSession+State.ToString member.

public enum SipSessionState
type SipSessionState = 
Inheritance
SipSessionState

Fields

Deregistering 2

When the unregistration request is sent out.

InCall 8

When a call is established.

IncomingCall 3

When an INVITE request is received.

IncomingCallAnswering 4

When an OK response is sent for the INVITE request received.

NotDefined 101

Not defined.

OutgoingCall 5

When an INVITE request is sent.

OutgoingCallCanceling 7

When a CANCEL request is sent for the INVITE request sent.

OutgoingCallRingBack 6

When a RINGING response is received for the INVITE request sent.

Pinging 9

When an OPTIONS request is sent.

ReadyToCall 0

When session is ready to initiate a call or transaction.

Registering 1

When the registration request is sent out.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to