Member Junction
    Preparing search index...
    • Builds a TwilioCallSdk for a session — the Twilio creation seam. Production supplies a factory that constructs the SDK with real ITwilioClientBindings (built from the resolved provider Configuration — Account SID, Auth Token, Media-Streams URL, all resolved upstream). Out of the box this returns an unbound TwilioCallSdk whose operations throw until the real client is bound.

      Parameters

      • Optional_config: Record<string, unknown>

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

      Returns TwilioCallSdk

      An (unbound) TwilioCallSdk. Override in deployment / inject a fake in tests.