CallProvisionalResponseReceivedEventArgs.DialogContext Property
Gets information about the specific dialog on which the response is received.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DialogContext As DialogContext
Get
'Usage
Dim instance As CallProvisionalResponseReceivedEventArgs
Dim value As DialogContext
value = instance.DialogContext
public DialogContext DialogContext { get; }
Property Value
Type: Microsoft.Rtc.Signaling.DialogContext
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.
See Also
Reference
CallProvisionalResponseReceivedEventArgs Class