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.
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