Skip to main content

CallLogHistoryConfiguration

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

NameDescription
emptyStateViewUser-defined component to customise the empty state of the component.
errorStateViewUser-defined component to customise the error state of the component.
loadingIconURLAsset URL for the loading indicator icon
loadingStateViewUser-defined component to customise the loading indicator
callLogRequestBuilderClass that allows you to set various parameters to the builder based on which the call logs are fetched
onItemClickOverride the method that is invoked when user clicks on a individual item in the list
backIconUrlAsset URL for the back indicator icon
onBackClickOverride the method that is invoked when user clicks on a back button
listItemStyleStyling properties and values of the ListItem component
datePatternUser defined date format for the timestamp displayed for each item.
dateSeparatorPatternUser defined date format for the separator timestamp displayed for items displayed in list.
callLogHistoryStyleStyling properties and values of the CometChatCallLogHistory component
onErrorOverride the method that is invoked when an error is encountered within the componentch