SipSessionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ReadyToCall | 0 | When session is ready to initiate a call or transaction. |
Registering | 1 | When the registration request is sent out. |
Deregistering | 2 | When the unregistration request is sent out. |
IncomingCall | 3 | When an INVITE request is received. |
IncomingCallAnswering | 4 | When an OK response is sent for the INVITE request received. |
OutgoingCall | 5 | When an INVITE request is sent. |
OutgoingCallRingBack | 6 | When a RINGING response is received for the INVITE request sent. |
OutgoingCallCanceling | 7 | When a CANCEL request is sent for the INVITE request sent. |
InCall | 8 | When a call is established. |
Pinging | 9 | When an OPTIONS request is sent. |
NotDefined | 101 | Not defined. |
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.