MediaDiagnosticChangedEventArgs type

  • 진단은 미디어 진단의 유형입니다(예: SpeakingWhileMicrophoneIsMuted, cameraStartFailed 등).
type MediaDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
  diagnostic: MediaDiagnosticType
}