Edit

Share via


ConferenceInvitationStateChangedEventArgs Class

Definition

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)

Applies to