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 unboundVonageCallSdk 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).
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 unboundVonageCallSdkwhose operations throw until the real client is bound.