Edit

Share via


LocalEndpointSettings.PublishingQoeMetricsDisabled Property

Definition

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.

Applies to