HIPAA Enabled Call Recordings in S3 Storage
Hi! I've emailed support a couple times but the email thread seems to have died so was hoping this might be a better way to get a technical issue resolved:
We're looking to store call recordings with HIPAA mode enabled, and it seems from the docs that the way to do this is to simply link our S3 bucket credentials in our integrations. Specifically, I've done the following:
We're looking to store call recordings with HIPAA mode enabled, and it seems from the docs that the way to do this is to simply link our S3 bucket credentials in our integrations. Specifically, I've done the following:
- the assistant has HIPAA Compliance turned on
- S3 credentials are set up in the integrations
recordingEnabledis set to
in thetrueartifactPlanobject in theassistantOverridesobject of our API request
In my designated S3 bucket/prefix I am seeing both transcript files and log files for our calls, as well as what looks like request objects in a subfolder called vapi/calls/, but I don't see any recordings. I would assume our S3 credentials are set up correctly as otherwise these files wouldn't have the permissions to write these files at all. What else do I need to do to store our call recordings? Thanks!