Edit

Share via


CallStateChangedEventArgs Constructor

Definition

Creates a new instance of the CallStateChangedEventArgs class.

public:
 CallStateChangedEventArgs(Microsoft::Rtc::Collaboration::CallState previousState, Microsoft::Rtc::Collaboration::CallState newState, Microsoft::Rtc::Collaboration::CallStateTransitionReason transitionReason, Microsoft::Rtc::Signaling::SipMessageData ^ messageData);
public CallStateChangedEventArgs (Microsoft.Rtc.Collaboration.CallState previousState, Microsoft.Rtc.Collaboration.CallState newState, Microsoft.Rtc.Collaboration.CallStateTransitionReason transitionReason, Microsoft.Rtc.Signaling.SipMessageData messageData);
new Microsoft.Rtc.Collaboration.CallStateChangedEventArgs : Microsoft.Rtc.Collaboration.CallState * Microsoft.Rtc.Collaboration.CallState * Microsoft.Rtc.Collaboration.CallStateTransitionReason * Microsoft.Rtc.Signaling.SipMessageData -> Microsoft.Rtc.Collaboration.CallStateChangedEventArgs
Public Sub New (previousState As CallState, newState As CallState, transitionReason As CallStateTransitionReason, messageData As SipMessageData)

Parameters

previousState
CallState

Previous state of the call.

newState
CallState

New state of the call.

transitionReason
CallStateTransitionReason

State transition reason.

messageData
SipMessageData

SIP message received that caused the state transition.

Applies to