New to Kendo UI for jQueryStart a free 30-day trial

StopIcon

configuration

The name of the Kendo UI font icon to be displayed in the button when it is active (listening).

stopIcon

String

Default: "stop"

<button id="speechButton"></button>
<script>
    $("#speechButton").kendoSpeechToTextButton({
        stopIcon: "stop"
    });
</script>
Not finding the help you need?
Contact Support