Member Junction
    Preparing search index...
    SlackHuddleSdkFactory: (config?: Record<string, unknown>) => ISlackHuddleSdk

    A factory that constructs an ISlackHuddleSdk for a session — the creation seam (mirroring Gemini's connectLiveSession). Production supplies a factory that builds the real Slack + huddle-media adapter from resolved config; tests supply one that returns a FakeSlackHuddleSdk.

    🚨 See the REAL-API RISK at the top of this file: a production factory must wire a verified huddle media path (likely Chime-level) for the media operations to function.

    Type Declaration

      • (config?: Record<string, unknown>): ISlackHuddleSdk
      • Parameters

        • Optionalconfig: Record<string, unknown>

          The resolved provider/session configuration (workspace, credential refs already resolved upstream).

        Returns ISlackHuddleSdk

        The Slack huddle SDK instance to drive the huddle with.