actionButton.loadingIconString(default: "stop")
The icon name for the action button when in loading state.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
authorId: "user",
actionButton: {
loadingIcon: "pause"
}
});
</script>