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

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

    Type Declaration

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

        • Optionalconfig: Record<string, unknown>

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

        Returns IGoogleMeetSdk

        The Google Meet SDK instance to drive the meeting with.