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

    Interface RTCStats

    Represents RTC related stats that are extracted from RTC samples.

    interface RTCStats {
        jitter: Stats;
        mos: Stats;
        rtt: Stats;
    }
    Index

    Properties

    Properties

    jitter: Stats

    Packets delay variation.

    mos: Stats

    Mean opinion score, 1.0 through roughly 4.5.

    rtt: Stats

    Round trip time, to the server back to the client.