UNPKG

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

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