Edit

Share via


CallProvisionalResponseReceivedEventArgs.DialogContext Property

Definition

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.

Applies to