user.iconUrl String (default: "")

If set, sets the image URL that will be used for the user avatar icon.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    user: {
        iconUrl: "https://demos.telerik.com/kendo-ui/content/web/chat/avatar.png"
    }
}).data("kendoChat");
</script>
In this article