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 specific response data in the Notify that was used to map to the new State.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MessageData As SipMessageData
Get
'Usage
Dim instance As ReferStateChangedEventArgs
Dim value As SipMessageData
value = instance.MessageData
public SipMessageData MessageData { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipMessageData
The specific message data either received on Notify request or Response.
See Also
Reference
ReferStateChangedEventArgs Class