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

value = instance.ReliableProvisionalResponsePolicy

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

Property Value

Type: Microsoft.Rtc.Signaling..::..ExtensionFeatureSupport

Remarks

If an application supports this, the remote can ask for this when sending provisional responses that results in PRACK message getting sent to acknowledge the response. An application should set this to set the policy globally for all sessions created.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace