export interface TransportStats {
    ip: string;
    type: string;
    localIp: string;
    isFocus: boolean;
    localCandidateType: string;
    remoteCandidateType: string;
    networkType: string;
    rtt: number;
}
//# sourceMappingURL=transportStats.d.ts.map