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 before sending Invite or else it may not have any effect.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
ReliableProvisionalResponsePolicy 
As 

ExtensionFeatureSupport
C#
public 

ExtensionFeatureSupport 
ReliableProvisionalResponsePolicy {

get; 
set; }
Visual C++
public:
property 

ExtensionFeatureSupport 
ReliableProvisionalResponsePolicy {
	

ExtensionFeatureSupport 
get ();
	
void 
set (

ExtensionFeatureSupport 
value);
}
JavaScript
function get_

reliableProvisionalResponsePolicy();
function set_
reliableProvisionalResponsePolicy(
value);

Exceptions

Exception Condition
InvalidOperationException Thrown when remote requires it but value is Unsupported.

See Also