RealTimeEndpoint.ReliableProvisionalResponsePolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Rtc::Signaling::ExtensionFeatureSupport ReliableProvisionalResponsePolicy { Microsoft::Rtc::Signaling::ExtensionFeatureSupport get(); void set(Microsoft::Rtc::Signaling::ExtensionFeatureSupport value); };
public Microsoft.Rtc.Signaling.ExtensionFeatureSupport ReliableProvisionalResponsePolicy { get; set; }
member this.ReliableProvisionalResponsePolicy : Microsoft.Rtc.Signaling.ExtensionFeatureSupport with get, set
Public Property ReliableProvisionalResponsePolicy As ExtensionFeatureSupport