Member Junction
    Preparing search index...

    A real, two-way ISlackHuddleSdk over the native Slack huddle media addon (Chime-backed send + receive).

    Gives the agent both hearing (per-attendee inbound audio → diarized SlackAudioFrames) and a voice (sendAudioFrame → the native huddle media send path), plus working huddle controls (chat / mute) and roster/hand-raise events. Construct via BindSlackNative (the factory the bridge's SetSdkFactory wants), not directly, so config resolution + the lazy loader wire consistently.

    Implements

    Index

    Constructors

    Methods

    • Sends one raw PCM frame as the bot's outbound audio — the agent's real voice into the huddle, via the native huddle media send path. No-ops (without throwing) before join so an early model frame never crashes the session.

      Parameters

      • pcm: ArrayBuffer

        The PCM audio bytes to speak into the huddle.

      Returns void