RTCForge API Reference v1.1.1
    Preparing search index...

    Interface NetworkStats

    A snapshot of connection-level network quality statistics.

    interface NetworkStats {
        bitrate: number;
        packetLoss: number;
        rtt: number;
    }
    Index

    Properties

    bitrate: number

    Estimated throughput in bits per second.

    packetLoss: number

    Fraction of packets lost, typically in the range 01.

    rtt: number

    Round-trip time in milliseconds.