Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the provisional response received is reliable.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsReliable As Boolean
Get
'Usage
Dim instance As CallProvisionalResponseReceivedEventArgs
Dim value As Boolean
value = instance.IsReliable
public bool IsReliable { get; }
Property Value
Type: System.Boolean
Remarks
A reliable provisional response must be acknowledged with a PRACK message.
See Also
Reference
CallProvisionalResponseReceivedEventArgs Class