speechToText.fillModeString

The fill mode for the button (e.g., "flat", "solid", "outline").

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    speechToText: {
        fillMode: "solid"
    },
    authorId: "user"
});
</script>
In this article
speechToText.fillMode
Not finding the help you need?
Contact Support