RemoteDiagnostic type
注意
此 API 以 Beta 版本预览形式提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。
面向诊断有效负载的远程用户。
type RemoteDiagnostic = {
diagnostic: NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType
participantId: string
rawId: string
remoteParticipant?: RemoteParticipant
value: DiagnosticQuality | DiagnosticFlag
valueType: DiagnosticValueType
}