RemoteDiagnostic type
注意
此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。
遠端使用者面臨診斷承載。
type RemoteDiagnostic = {
diagnostic: NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType
participantId: string
rawId: string
remoteParticipant?: RemoteParticipant
value: DiagnosticQuality | DiagnosticFlag
valueType: DiagnosticValueType
}