PathStats

Used to obtain statistics for a specific network path.

export class PathStats {
type?: MultipathType;
txKBitRate?: number;
rxKBitRate?: number;
}
Since
Available since v4.6.2.

Properties

type
The type of network path. See MultipathType.
txKBitRate
The transmission bitrate of this path, in Kbps.
rxKBitRate
The receiving bitrate of this path, in Kbps.