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

    A factory that constructs an ITelephonyCallSdk for a session — the creation seam (mirroring the meeting SDK factories, e.g. ZoomMeetingSdkFactory). Production supplies a factory that builds the real provider adapter from resolved config; tests supply one that returns an in-memory fake.

    Type Declaration

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

        • Optionalconfig: Record<string, unknown>

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

        Returns ITelephonyCallSdk

        The telephony call SDK instance to drive the call with.