ConferenceInvitationStateChangedEventArgs.MessageData Property
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.
Gets the SipMessageData received on the ConferenceInvitation that caused the state transition.
public:
property Microsoft::Rtc::Signaling::SipMessageData ^ MessageData { Microsoft::Rtc::Signaling::SipMessageData ^ get(); };
public Microsoft.Rtc.Signaling.SipMessageData MessageData { get; }
member this.MessageData : Microsoft.Rtc.Signaling.SipMessageData
Public ReadOnly Property MessageData As SipMessageData
Property Value
Remarks
This property can be null if the state transition is not due to an incoming message.