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

# CallLogParticipantsConfiguration

> CallLogParticipantsConfiguration — CometChat documentation.

This refers to the properties of the `CometChatCallLogParticipants` 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                  |
| avatarStyle              | Styling properties and values of the [Avatar](/web-elements/avatar) component          |
| 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     |
| callLogParticipantsStyle | Styling properties and values of the `CometChatCallLogParticipantsStyle` component     |
| listItemView             | User-defined component to customise list item within list.                             |
| subtitleView             | User-defined component to customise the secondary text shown in the default call item. |
| tailView                 | User-defined component to customise the tail shown in the default call item.           |
