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

    Interface RTCWarning

    Warning data for a stat

    interface RTCWarning {
        name?: string;
        samples?: RTCSample[];
        threshold?: ThresholdWarningData;
        value?: number;
        values?: number[];
    }
    Index

    Properties

    name?: string

    Name of the stat for this RTCWarning.

    samples?: RTCSample[]

    List of samples for this RTCWarning.

    Threshold data for this RTCWarning.

    value?: number

    Value for the stat in this RTCWarning.

    values?: number[]

    A list of values for the stat in this RTCWarning.