audioButton Boolean (default: true)

Toggles the audio button.

Example

<input id="captcha" name="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
        audioButton: false
    });
</script>
In this article