Skip to main content

CallLogsConfiguration

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

NameDescription
titleAlignmentAlignment of the heading text for the component
listItemViewUser-defined component to customise list item within list.
subtitleViewUser-defined component to customise the secondary text shown in the default call item.
tailViewUser-defined component to customise the tail shown in the default call item.
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
onErrorOverride the method that is invoked when an error is encountered within the component
listItemStyleStyling properties and values of the ListItem component
infoIconUrlAsset URL for the info indicator icon
onInfoClickOverride the method that is invoked when user clicks on a Info Icon on the item
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.
incomingAudioCallIconUrlAsset URL for the IncomingAudioCall indicator icon
incomingVideoCallIconUrlAsset URL for the IncomingVideoCall indicator icon
outgoingAudioCallIconUrlAsset URL for the OutgoingAudioCall indicator icon
outgoingVideoCallIconUrlAsset URL for the OutgoingVideoCall indicator icon
missedAudioCallIconUrlAsset URL for the info indicator icon
missedVideoCallIconUrlAsset URL for the info indicator icon
callLogsStyleStyling properties and values of the CometChatCallLogs component
avatarStyleStyling properties and values of the Avatar component
hideSeparatorWhen set to true, hides the separator between the individual elements in the list.
outgoingCallConfigurationStyling properties and values of the OutgoingCallConfiguration component