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 unboundTwilioCallSdk 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 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 unboundTwilioCallSdkwhose operations throw until the real client is bound.