interface TransportStats {
    ip: string;
    isFocus: boolean;
    localCandidateType: string;
    localIp: string;
    networkType: string;
    remoteCandidateType: string;
    rtt: number;
    type: string;
}

Properties

ip: string
isFocus: boolean
localCandidateType: string
localIp: string
networkType: string
remoteCandidateType: string
rtt: number
type: string