MediaDiagnosticChangedEventArgs type
- diagnostic is the type of Media diagnostic, e.g. speakingWhileMicrophoneIsMuted, cameraStartFailed, etc...
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
diagnostic: MediaDiagnosticType
}