CallStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the information associated with a Call state transition.
The CallStateChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CallStateChangedEventArgs | Creates a new instance of the CallStateChangedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
MessageData | Gets the SIP message received that caused a call state transition. |
![]() |
PreviousState | Gets the previous state for the object. (inherited from StateChangedEventArgs<T>) |
![]() |
State | Gets the new state for the object. (inherited from StateChangedEventArgs<T>) |
![]() |
TransitionReason | Gets the transition reason for the Call state. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | Returns a String that represents the current StateChangedEventArgs<T>. (inherited from StateChangedEventArgs<T>) |
Top