fix: outbound call — End Call label, force active state after auto-answer

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 21:33:40 +05:30
parent 26b9d93f32
commit f454f2e682
2 changed files with 4 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ export const ActiveCallCard = ({ lead, callerPhone }: ActiveCallCardProps) => {
</div>
<div className="mt-3 flex gap-2">
<Button size="sm" color="primary-destructive" onClick={() => { hangup(); handleReset(); }}>
Cancel
End Call
</Button>
</div>
</div>