LocalEndpointSettings.PublishingQoeMetricsDisabled 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 whether the endpoint will try to publish quality metrics for the audio calls.
public:
property bool PublishingQoeMetricsDisabled { bool get(); void set(bool value); };
public bool PublishingQoeMetricsDisabled { get; set; }
member this.PublishingQoeMetricsDisabled : bool with get, set
Public Property PublishingQoeMetricsDisabled As Boolean
Property Value
Remarks
If set to true then the media quality metrics will not be published to the QoE server. Otherwise, by default, the media quality metrics will be published.
The default value is false. Applications can override this default value.