ConferenceInvitationStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
ConferenceInvitationStateChangedEventArgs is the event argument for the StateChanged event.
The ConferenceInvitationStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
AcceptedBy | The URI of the endpoint that accepted the invitation. | |
MessageData | Gets the SipMessageData received on the ConferenceInvitation that caused the 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 reason for the ConferenceInvitation state transition. |
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 | Creates a string showing the values of the properties in this event arguments class. (Overrides StateChangedEventArgs<T>.ToString().) |
Top