You can now use Inworld as a voice provider by selecting Inworld
in your configuration. You can also route your InWorld credentials under Settings > Integrations. Finally, there are new Call.endedReason
codes to help you better understand why calls ended due to Inworld voice issues.

-
HMAC Authentication for Webhook Credentials: Secure your webhooks with HMAC authentication by configuring
Assistant.credentials.authenticationPlan
withHMACAuthenticationPlan
, providing an alternative to OAuth2. -
Detailed Call End Reasons for Inworld Voice: New
endedReason
codes provide more insight when calls end due to Inworld voice issues.
Breaking Change: The codeSwitchingEnabled
property has been removed from Deepgram transcribers. If you’re currently using this property in your Deepgram transcriber configurations, you’ll need to remove it to avoid errors.
Org Concurrency Limit Deprecated: The concurrencyLimit
field in Org
, CreateOrgDTO
, and UpdateOrgDTO
is now marked as deprecated.