共用方式為


MediaDiagnosticChangedEventArgs type

  • diagnostic 是媒體診斷的類型,例如 SpeakingWhileMicrophoneIsMuted、cameraStartFailed 等...
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
  diagnostic: MediaDiagnosticType
}