Member Junction
    Preparing search index...

    One frame of raw per-participant audio the seam surfaces for diarization + the agent's "hearing".

    interface ZoomAudioFrame {
        DisplayName?: string;
        ParticipantId: string;
        Pcm: ArrayBuffer;
        TimestampMs?: number;
    }
    Index

    Properties

    DisplayName?: string

    The participant's display name at capture time, when known.

    ParticipantId: string

    The Zoom participant id this audio came from (the diarization speaker label).

    Pcm: ArrayBuffer

    Raw PCM audio bytes for this frame.

    TimestampMs?: number

    Optional epoch-ms capture timestamp.