CallStateChangedEventArgs Class
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.
Represents the information associated with a Call state transition.
public ref class CallStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::CallState>
public class CallStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.CallState>
type CallStateChangedEventArgs = class
inherit StateChangedEventArgs<CallState>
Public Class CallStateChangedEventArgs
Inherits StateChangedEventArgs(Of CallState)
- Inheritance
Constructors
CallStateChangedEventArgs(CallState, CallState, CallStateTransitionReason, SipMessageData) |
Creates a new instance of the CallStateChangedEventArgs class. |
Properties
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. |
Methods
ToString() |
Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}. (Inherited from StateChangedEventArgs<T>) |
Extension Methods
GetTransitionSubreason(CallStateChangedEventArgs) |