RemoteDiagnostic type

참고

이 API은(는) 베타에 있으며 개발자를 위한 미리 보기로 제공되며 수신한 피드백을 기반으로 변경될 수 있습니다. 프로덕션 환경에서 이 API를 사용하지 마세요.

진단 페이로드에 직면한 원격 사용자입니다.

type RemoteDiagnostic = {
  diagnostic: NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType
  participantId: string
  rawId: string
  remoteParticipant?: RemoteParticipant
  value: DiagnosticQuality | DiagnosticFlag
  valueType: DiagnosticValueType
}