Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the quality of experience content. This property can return null if quality of experience content is not available.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property QualityOfExperienceContent As ContentDescription
Get
'Usage
Dim instance As MediaTroubleshootingDataReportedEventArgs
Dim value As ContentDescription
value = instance.QualityOfExperienceContent
public ContentDescription QualityOfExperienceContent { get; }
Property Value
Type: Microsoft.Rtc.Signaling.ContentDescription
Remarks
The content-type of the content indicates the type of report. For example, the content type "application/vq-rtcpxr+xml" for Quality of Experience (QoE) monitoring data. For more information, see https://msdn.microsoft.com/en-us/library/cc431512.aspx Note that this data is release-dependent and the schema is subject to change from release to release of the UCMA platform. This data is provided for debugging purpose only.
See Also
Reference
MediaTroubleshootingDataReportedEventArgs Class