Skip to content

Conversation

@quantstruct-bot
Copy link
Collaborator

Description

New Features & Enhancements

  1. Enhanced Call Artifacts: You can now store detailed information about call workflows and outcomes using Artifact objects. Key properties include:
    • nodes: History of workflow nodes executed during the call.
    • messages: All messages spoken during the call.
    • logUrl: New! Direct URL to detailed call logs for debugging.
    • pcapUrl: Packet capture URL for phone calls (provider: vapi or byo-phone-number).
    • recording: Recording URL (requires assistant.artifactPlan.recordingEnabled).
    • transcript: Convenient full call transcript.
    • variableValues: Final workflow variable states.
    • messagesOpenAIFormatted: Spoken messages, formatted for OpenAI.
`recordingUrl`, `videoRecordingUrl`, `stereoRecordingUrl`, and `videoRecordingStartDelaySeconds` are now deprecated in favor of the new `recording` and related properties within the `Artifact` object.
  1. Improved Azure Speech Segmentation Tuning: You can now fine-tune speech segmentation in your Azure Speech Transcriber using segmentationStrategy, segmentationMaximumTimeMs, and segmentationSilenceTimeoutMs properties for better transcription control. This applies to both Azure Speech Transcriber and Fallback Azure Speech Transcriber.
The `segmentationMaxTimeMs` property in [`AzureSpeechTranscriber`](https://api.vapi.ai/api#:~:text=AzureSpeechTranscriber) has been replaced by `segmentationMaximumTimeMs` for consistency.

Deprecations

messagePlan and backgroundDenoisingEnabled are now part of Assistant.backgroundSpeechDenoisingPlan instead of Assistant and AssistantOverrides directly. stripeCustomerId is now part of Subscription instead of Org. segmentationMaxTimeMs property has been renamed to segmentationMaximumTimeMs for consistency.

Testing Steps

  • Run the app locally using fern docs dev or navigate to preview deployment
  • Ensure that the changed pages and code snippets work

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@quantstruct-bot quantstruct-bot changed the title Add changelog for 2025-08-01.mdx Add changelog for 2025-08-11.mdx Aug 11, 2025
@quantstruct-bot quantstruct-bot changed the title Add changelog for 2025-08-11.mdx Add changelog for 2025-08-11 Aug 11, 2025
@github-actions
Copy link
Contributor

@quantstruct-bot quantstruct-bot merged commit a99f434 into main Aug 11, 2025
6 checks passed
@quantstruct-bot quantstruct-bot deleted the changelog branch August 21, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants