RealTimeEndpoint.ReliableProvisionalResponsePolicy Property

Gets or sets the default policy for supporting 100rel extension feature. If an application supports this then the remote can ask for this when sending provisional responses which will result in PRACK message geting sent to acknowledge the response. An application should set this to set the policy globally for all sessions created. For outgoing session, ExtensionFeatureSupport.Required is not recommended since it is not meaningful and it likely to be rejected by the remote side with 420 (BadExtension) response.

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 RealTimeEndpoint
Dim value As ExtensionFeatureSupport

value = instance.ReliableProvisionalResponsePolicy

instance.ReliableProvisionalResponsePolicy = value
public ExtensionFeatureSupport ReliableProvisionalResponsePolicy { get; set; }

Property Value

Type: Microsoft.Rtc.Signaling.ExtensionFeatureSupport

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace