Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SipMessageData received on the ConferenceInvitation that caused the state transition.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MessageData As SipMessageData
Get
'Usage
Dim instance As ConferenceInvitationStateChangedEventArgs
Dim value As SipMessageData
value = instance.MessageData
public SipMessageData MessageData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipMessageData
Remarks
This property can be null if the state transition is not due to an incoming message.
See Also
Reference
ConferenceInvitationStateChangedEventArgs Class