CallStateChangedEventArgs Constructor
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.
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.