Call Recording
# support
t
I see that call recording is only for the entreprise plan. Do we have any option to enable to the sole developers without the enterprise plan ??
s
Hi, thanks for reaching out.
Hi, Recording is available to all users, including developers on our pay-as-you-go and standard plans. It is not an Enterprise-only feature.
What is exclusive to the Enterprise plan is the Recording Consent Plan, which is a specialized tool that automatically handles legal consent prompts (e.g., "This call may be recorded for quality purposes") before the main assistant starts.
How to enable recording You can enable recording for your assistant right now by configuring the artifactPlan in your assistant's settings or via the API:
Copy code
json
{
  "artifactPlan": {
    "recordingEnabled": true
  }
}
t
Thanks for the help Shaunak. Let me check that out.