Member Junction
    Preparing search index...

    One inbound Media-Streams audio frame the native adapter surfaces (what the agent hears).

    interface NativeCallAudioFrame {
        data: ArrayBuffer | Uint8Array<ArrayBufferLike>;
        timestampMs?: number;
    }
    Index

    Properties

    Properties

    data: ArrayBuffer | Uint8Array<ArrayBufferLike>

    Raw PCM/μ-law bytes for this frame (Uint8Array view or standalone ArrayBuffer).

    timestampMs?: number

    Optional epoch-ms capture timestamp (informational; the seam carries only the bytes).