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

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

    Type Declaration

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

        • Optionalconfig: Record<string, unknown>

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

        Returns IZoomMeetingSdk

        The Zoom SDK instance to drive the meeting with.