MediaDiagnosticChangedEventArgs type
- diagnostyka jest typem diagnostyki multimediów, np. speakingWhileMicrophoneIsMuted, cameraStartFailed itp.
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
diagnostic: MediaDiagnosticType
}