AudioVideoCall.MediaTroubleshootingDataReported Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the current call has media troubleshooting data to be reported to the application.
public:
event EventHandler<Microsoft::Rtc::Collaboration::MediaTroubleshootingDataReportedEventArgs ^> ^ MediaTroubleshootingDataReported;
public event EventHandler<Microsoft.Rtc.Collaboration.MediaTroubleshootingDataReportedEventArgs> MediaTroubleshootingDataReported;
member this.MediaTroubleshootingDataReported : EventHandler<Microsoft.Rtc.Collaboration.MediaTroubleshootingDataReportedEventArgs>
Public Custom Event MediaTroubleshootingDataReported As EventHandler(Of MediaTroubleshootingDataReportedEventArgs)