ReliableProvisionalResponsePolicy Property
Gets or sets the default policy for supporting 100rel extension feature.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ReliableProvisionalResponsePolicy As ExtensionFeatureSupport
Get
Set
'Usage
Dim instance As SignalingSession
Dim value As ExtensionFeatureSupport
value = instance.ReliableProvisionalResponsePolicy
instance.ReliableProvisionalResponsePolicy = value
public ExtensionFeatureSupport ReliableProvisionalResponsePolicy { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling..::..ExtensionFeatureSupport
An ExtensionFeatureSupport object representing the policy.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the remote requires it but the value is unsupported. |
Remarks
If an application supports this, the remote can ask for this when sending provisional responses that result in a PRACK message getting sent to acknowledge the response. An application should set this before sending INVITE or it might not have any effect.