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 message 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 LocalEndpointStateChangedEventArgs
Dim value As SipMessageData
value = instance.MessageData
public SipMessageData MessageData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipMessageData
Remarks
It will return null if the state transition was not caused by a message.
See Also
Reference
LocalEndpointStateChangedEventArgs Class