Get the (almost) daily changelog
- Simplified
transport
property inCall
configuration: You should now configure thetransport
property inCall
as an object when creating or updating aCall
, since the separateTransport
schema has been deprecated. This simplification makes it easier to work with transport details without referencing a separate transport configuration.
The Transport
schema is now deprecated and will be removed in a future release.
- New call type
vapi.websocketCall
: You can now make phone calls over WebSockets with Vapi. TheCall
schema now supports a newtype
value:vapi.websocketCall
.