speechToText.enableBoolean(default: true)

Enables or disables the speech-to-text button.

Example

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