Member Junction
    Preparing search index...
    • 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 unbound RingCentralCallSdk 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 RingCentralCallSdk

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