user.name String (default: "User")

Sets the name of the Chat user.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    user: {
        name: "Chat User"
    }
}).data("kendoChat");
</script>
In this article