Member Junction
    Preparing search index...
    • Builds a VonageCallSdk for a session — the Vonage creation seam. Production supplies a factory that constructs the SDK with real IVonageClientBindings (built from the resolved provider Configuration — API key, API secret, Voice application id + private key, websocket media URL, all resolved upstream). Out of the box this returns an unbound VonageCallSdk 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 VonageCallSdk

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