Returns the current huddle roster (including the bot).
Joins the huddle (async — the native join + Chime media handshake is network-bound).
Leaves the huddle and releases native media resources.
Mutes a participant (subject to the bot holding the relevant authority).
Registers the inbound per-attendee raw-audio callback. "Latest handler wins."
Registers the native hand-raise/lower callback (partial — may never fire on some workspaces).
Registers the huddle-ended callback.
Registers the participant-join callback.
Registers the participant-leave callback (id of the participant that left).
Posts a message to the huddle's thread/channel via chat.postMessage.
Sends one raw PCM frame as the bot's outbound audio (the huddle media send path — the agent's voice).
The live native-huddle client the addon hands back. The surface closely mirrors ISlackHuddleSdk but in the addon's own (lower-cased) vocabulary; this adapter maps between the two. VERIFY against the native Slack huddle media addon.