ConferenceInvitationStateChangedEventArgs 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.
ConferenceInvitationStateChangedEventArgs is the event argument for the StateChanged event.
public ref class ConferenceInvitationStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::ConferenceInvitationState>
public class ConferenceInvitationStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceInvitationState>
type ConferenceInvitationStateChangedEventArgs = class
inherit StateChangedEventArgs<ConferenceInvitationState>
Public Class ConferenceInvitationStateChangedEventArgs
Inherits StateChangedEventArgs(Of ConferenceInvitationState)
- Inheritance
-
ConferenceInvitationStateChangedEventArgs
Properties
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. |
Methods
ToString() |
Creates a string showing the values of the properties in this event arguments class. |
Extension Methods
GetTransitionSubreason(ConferenceInvitationStateChangedEventArgs) |