RemoteDiagnostic type
注意
この API はベータ版で、開発者向けにプレビューとして提供されており、寄せられたフィードバックに基づいて変更される場合があります。 この API は運用環境で使用しないでください。
診断ペイロードに接続しているリモート ユーザー。
type RemoteDiagnostic = {
diagnostic: NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType
participantId: string
rawId: string
remoteParticipant?: RemoteParticipant
value: DiagnosticQuality | DiagnosticFlag
valueType: DiagnosticValueType
}