@dialstack/sdk / react / CallHistory
Variable: CallHistory
const CallHistory: React.FC<CallHistoryProps>;
Defined in: sdk/src/react/CallHistory.tsx:109
CallHistory component displays recent calls for a specific phone number
Must be used within a DialstackComponentsProvider.
Example
<DialstackComponentsProvider dialstack={dialstack}>
<CallHistory
phoneNumber="+14155551234"
limit={5}
/>
</DialstackComponentsProvider>