pjsip_inv_state class abstract

This enumeration describes invite session state.

Constructors

pjsip_inv_state()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

PJSIP_INV_STATE_CALLING → const int
< After INVITE is sent
PJSIP_INV_STATE_CONFIRMED → const int
< After ACK is sent/received.
PJSIP_INV_STATE_CONNECTING → const int
< After 2xx is sent/received.
PJSIP_INV_STATE_DISCONNECTED → const int
< Session is terminated.
PJSIP_INV_STATE_EARLY → const int
< After response with To tag.
PJSIP_INV_STATE_INCOMING → const int
< After INVITE is received.
PJSIP_INV_STATE_NULL → const int
< Before INVITE is sent or received