CallLogRecordingsConfiguration
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 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. |