AudioVideoCall.MediaTroubleshootingDataReported Event
Raised when the current call has media troubleshooting data to be reported to the application.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event MediaTroubleshootingDataReported As EventHandler(Of MediaTroubleshootingDataReportedEventArgs)
'Usage
Dim instance As AudioVideoCall
Dim handler As EventHandler(Of MediaTroubleshootingDataReportedEventArgs)
AddHandler instance.MediaTroubleshootingDataReported, handler
public event EventHandler<MediaTroubleshootingDataReportedEventArgs> MediaTroubleshootingDataReported