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

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

Syntax

Visual Basic (Declaration)
Public 
Property 
PublishingQoeMetricsDisabled 
As 
Boolean
C#
public 
bool 
PublishingQoeMetricsDisabled { 
get; 
set; }
Visual C++
public:
property 
bool 
PublishingQoeMetricsDisabled {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
publishingQoeMetricsDisabled();
function set_
publishingQoeMetricsDisabled(
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.

See Also