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.
Name | Description |
---|---|
titleAlignment | Alignment of the heading text for the 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. |
emptyStateView | User-defined component to customise the empty state of the component. |
errorStateView | User-defined component to customise the error state of the component. |
loadingIconURL | Asset URL for the loading indicator icon |
loadingStateView | User-defined component to customise the loading indicator |
callLogRequestBuilder | Class that allows you to set various parameters to the builder based on which the call logs are fetched |
onItemClick | Override the method that is invoked when user clicks on a individual item in the list |
onError | Override the method that is invoked when an error is encountered within the component |
listItemStyle | Styling properties and values of the ListItem component |
infoIconUrl | Asset URL for the info indicator icon |
onInfoClick | Override the method that is invoked when user clicks on a Info Icon on the item |
datePattern | User defined date format for the timestamp displayed for each item. |
dateSeparatorPattern | User defined date format for the separator timestamp displayed for items displayed in list. |
incomingAudioCallIconUrl | Asset URL for the IncomingAudioCall indicator icon |
incomingVideoCallIconUrl | Asset URL for the IncomingVideoCall indicator icon |
outgoingAudioCallIconUrl | Asset URL for the OutgoingAudioCall indicator icon |
outgoingVideoCallIconUrl | Asset URL for the OutgoingVideoCall indicator icon |
missedAudioCallIconUrl | Asset URL for the info indicator icon |
missedVideoCallIconUrl | Asset URL for the info indicator icon |
callLogsStyle | Styling properties and values of the CometChatCallLogs component |
avatarStyle | Styling properties and values of the Avatar component |
hideSeparator | When set to true, hides the separator between the individual elements in the list. |
outgoingCallConfiguration | Styling properties and values of the OutgoingCallConfiguration component |