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

    Interface TimeMeasurement

    Timing measurements that provides operational milestones.

    interface TimeMeasurement {
        duration?: number;
        end?: number;
        start: number;
    }
    Index

    Properties

    Properties

    duration?: number

    Number milliseconds elapsed for this measurement

    end?: number

    A millisecond timestamp the represents the end of a process

    start: number

    A millisecond timestamp the represents the start of a process