- CallMetadataCard - Call timing, outcome, and transfer info * Shows when the call happened, how long it lasted, and the outcome.
Props
CallMetadata
required
metadata
CallOutcome
required
outcome
TransferInfo
required
transfer
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { CallMetadataCard } from '@/components/CallMetadataCard';
export default function Example() {
return (
<CallMetadataCard metadata={metadata} outcome={outcome} transfer={transfer} />
);
}