> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-angular-v5-docs-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CallLogRecordingsConfiguration

> CallLogRecordingsConfiguration — CometChat documentation.

This refers to the properties of the `CometChatCallLogRecordings` component that are available for customisation via the parent component when the component exists in a deep nested hierarchy.

| Name                   | Description                                                                                 |
| ---------------------- | ------------------------------------------------------------------------------------------- |
| backIconUrl            | Asset URL for the back indicator icon                                                       |
| onBackClick            | Override the method that is invoked when user clicks on a back button                       |
| onItemClick            | Override the method that is invoked when user clicks on a individual item in the list       |
| datePattern            | User defined date format for the timestamp displayed for each item.                         |
| listItemStyle          | Styling properties and values of the [ListItem](/web-elements/list-item) component          |
| callLogRecordingsStyle | Styling properties and values of the `CometChatCallLogRecordings` component                 |
| downloadIconUrl        | Asset URL for the loading indicator icon                                                    |
| hideDownloadButton     | When set to true, hides the download icon from list.                                        |
| onDownloadClick        | Override the method that is invoked when user clicks on a download icon                     |
| listItemView           | User-defined component to customise list item within list.                                  |
| subtitleView           | User-defined component to customise the secondary text shown in the default recording item. |
| tailView               | User-defined component to customise the tail shown in the default recording item.           |
