MediaDiagnosticChangedEventArgs type
- diagnostic è il tipo di diagnostica multimediale, ad esempio parlandoWhileMicrophoneIsMuted, cameraStartFailed e così via...
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
diagnostic: MediaDiagnosticType
}