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

    Interface Stats

    Represents general stats for a specific metric.

    interface Stats {
        average: number;
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    average: number

    The average value for this metric.

    max: number

    The maximum value for this metric.

    min: number

    The minimum value for this metric.