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
Public method CallStateChangedEventArgs Creates a new instance of the CallStateChangedEventArgs class.

Top

Properties

  Name Description
Public property MessageData Gets the SIP message received that caused a call state transition.
Public property PreviousState Gets the previous state for the object. (inherited from StateChangedEventArgs<T>)
Public property State Gets the new state for the object. (inherited from StateChangedEventArgs<T>)
Public property TransitionReason Gets the transition reason for the Call state.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString Returns a String that represents the current StateChangedEventArgs<T>. (inherited from StateChangedEventArgs<T>)

Top

See Also

Reference

CallStateChangedEventArgs Class

Microsoft.Rtc.Collaboration Namespace