MediaDiagnosticChangedEventArgs type

  • diagnostic 是媒体诊断的类型,例如 SpeakingWhileMicrophoneIsMuted、cameraStartFailed 等...
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
  diagnostic: MediaDiagnosticType
}