CallProvisionalResponseReceivedEventArgs Class
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.
Represents information associated with the reception of a provisional response (advanced usage.)
public ref class CallProvisionalResponseReceivedEventArgs : Microsoft::Rtc::Signaling::SipResponseReceivedEventArgs
public class CallProvisionalResponseReceivedEventArgs : Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs
type CallProvisionalResponseReceivedEventArgs = class
inherit SipResponseReceivedEventArgs
Public Class CallProvisionalResponseReceivedEventArgs
Inherits SipResponseReceivedEventArgs
- Inheritance
Properties
DialogContext |
Gets information about the specific dialog on which the response is received. |
IsEarlyMedia |
Gets whether the provisional response contains a Session Description Protocol answer. |
IsReliable |
Gets whether the provisional response received is reliable. |
ResponseData |
Gets the response data for the event. (Inherited from SipResponseReceivedEventArgs) |