UNPKG

@epicgames-ps/lib-pixelstreamingfrontend-ue5.4

Version:
16 lines (14 loc) 350 B
// Copyright Epic Games, Inc. All Rights Reserved. /** * ICE Candidate Stat collected from the RTC Stats Report */ export class CandidateStat { address: string; candidateType: string; id: string; label: string; port: number; protocol: 'tcp' | 'udp'; relayProtocol: 'tcp' | 'udp' | 'tls'; transportId: string; }