DialogContext Property
Gets the value of dialog context for the response.
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
Multiple provisional responses could be received with different dialog context for call forking.
See Also
Reference
CallProvisionalResponseReceivedEventArgs Class