次の方法で共有


MediaDiagnosticChangedEventArgs type

  • diagnostic はメディア診断の種類です。たとえば、SpeakingWhileMicrophoneIsMuted、cameraStartFailed などです。
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
  diagnostic: MediaDiagnosticType
}