[BREAKING CHANGE] harden call recording failure handling (#22062)

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22062?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
nitin
2026-06-24 18:38:26 +05:30
committed by GitHub
parent 0df83eceb2
commit 73e9374ef8
33 changed files with 743 additions and 71 deletions
@@ -4,5 +4,5 @@ export enum CallRecordingStatus {
RECORDING = 'RECORDING',
PROCESSING = 'PROCESSING',
COMPLETED = 'COMPLETED',
FAILED_UNKNOWN = 'FAILED_UNKNOWN',
FAILED = 'FAILED',
}