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

    A factory that constructs an IWebexMeetingSdk for a session — the creation seam (mirroring Gemini's connectLiveSession). Production supplies a factory that builds the real Webex Meetings SDK / Webex bot adapter from resolved config; tests supply one that returns a FakeWebexSdk.

    Type Declaration

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

        • Optionalconfig: Record<string, unknown>

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

        Returns IWebexMeetingSdk

        The Webex SDK instance to drive the meeting with.