Builds a RingCentralCallSdk for a session — the RingCentral creation seam. Production supplies a
factory that constructs the SDK with real IRingCentralClientBindings (built from the resolved
provider Configuration — clientId, clientSecret, JWT, account/extension, subscription URL, all
resolved upstream). Out of the box this returns an unboundRingCentralCallSdk 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 RingCentralCallSdk for a session — the RingCentral creation seam. Production supplies a factory that constructs the SDK with real IRingCentralClientBindings (built from the resolved provider
Configuration— clientId, clientSecret, JWT, account/extension, subscription URL, all resolved upstream). Out of the box this returns an unboundRingCentralCallSdkwhose operations throw until the real client is bound.