CallProvisionalResponseReceivedEventArgs.DialogContext 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 information about the specific dialog on which the response is received.
public:
property Microsoft::Rtc::Signaling::DialogContext ^ DialogContext { Microsoft::Rtc::Signaling::DialogContext ^ get(); };
public Microsoft.Rtc.Signaling.DialogContext DialogContext { get; }
member this.DialogContext : Microsoft.Rtc.Signaling.DialogContext
Public ReadOnly Property DialogContext As DialogContext
Property Value
Remarks
During call establishment, a session may have multiple dialogs. For example, it is not unusual to receive provisional responses coming from different remote endpoints on distinct early dialogs when making an outbound call that gets forked.