interface PacketLoss {
    isDownloadStream: boolean;
    packetsLost: number;
    packetsTotal: number;
}

Properties

isDownloadStream: boolean
packetsLost: number
packetsTotal: number