Member Junction
    Preparing search index...

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

    ⚠️ Sourced from the huddle media path (Chime) — see the REAL-API RISK at the top of this file.

    interface SlackAudioFrame {
        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 Slack user 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.