speechToText.sizeString
The size of the button (e.g., "small", "medium", "large").
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
speechToText: {
size: "medium"
},
authorId: "user"
});
</script>
StringThe size of the button (e.g., "small", "medium", "large").
<div id="chat"></div>
<script>
$("#chat").kendoChat({
speechToText: {
size: "medium"
},
authorId: "user"
});
</script>