This class provides media troubleshooting information that can be used for monitoring purposes.

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

Syntax

Visual Basic (Declaration)
Public 
Class 

MediaTroubleshootingDataReportedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 

MediaTroubleshootingDataReportedEventArgs : 
EventArgs
Visual C++
public 
ref class 

MediaTroubleshootingDataReportedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.MediaTroubleshootingDataReportedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.MediaTroubleshootingDataReportedEventArgs',
	
EventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . MediaTroubleshootingDataReportedEventArgs

See Also