@twilio/voice-sdk
    Preparing search index...

    Interface RTCSampleTotals

    Totals included in RTC statistics samples

    interface RTCSampleTotals {
        bytesReceived: number;
        bytesSent: number;
        packetsLost: number;
        packetsLostFraction: number;
        packetsReceived: number;
        packetsSent: number;
    }
    Index

    Properties

    bytesReceived: number

    Total bytes received.

    bytesSent: number

    Total bytes sent.

    packetsLost: number

    Total packets lost.

    packetsLostFraction: number

    Total packets lost to total inbound packets ratio

    packetsReceived: number

    Total packets received.

    packetsSent: number

    Total packets sent.