<kendo:chat-user>
Configures the user information of the Chat.
Example
<kendo:chat>
<kendo:chat-user></kendo:chat-user>
</kendo:chat>
Configuration Attributes
iconUrl java.lang.String
If set, sets the image URL that will be used for the user avatar icon.
Example
<kendo:chat-user iconUrl="iconUrl">
</kendo:chat-user>
name java.lang.String
Sets the name of the Chat user.
Example
<kendo:chat-user name="name">
</kendo:chat-user>