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 the network path. See MultipathType.
txKBitRate
The transmission bitrate of the path, in Kbps.
rxKBitRate
The receiving bitrate of the path, in Kbps.