UNPKG

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

Version:
14 lines (13 loc) 302 B
/** * ICE Candidate Stat collected from the RTC Stats Report */ export declare class CandidateStat { address: string; candidateType: string; id: string; label: string; port: number; protocol: 'tcp' | 'udp'; relayProtocol: 'tcp' | 'udp' | 'tls'; transportId: string; }