PublishingQoeMetricsDisabled Property

Gets or sets the flag that controls whether the endpoint will try to publish quality metrics for the audio calls or not.

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

Syntax

'Declaration
Public Property PublishingQoeMetricsDisabled As Boolean
    Get
    Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As Boolean

value = instance.PublishingQoeMetricsDisabled

instance.PublishingQoeMetricsDisabled = value
public bool PublishingQoeMetricsDisabled { get; set; }

Property Value

Type: System..::..Boolean

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.

See Also

Reference

LocalEndpointSettings Class

LocalEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace