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

    A factory that constructs an ITeamsMeetingSdk for a session — the creation seam (mirroring Gemini's connectLiveSession). Production supplies a factory that builds the real ACS calling-bot / Graph adapter from resolved config; tests supply one that returns a FakeTeamsSdk.

    Type Declaration

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

        • Optionalconfig: Record<string, unknown>

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

        Returns ITeamsMeetingSdk

        The Teams SDK instance to drive the meeting with.