audioButtonBoolean(default: true)

Toggles the audio button.

Example

pseudo
    <input id="captcha" name="captcha" />
    <script>
        $("#captcha").kendoCaptcha({
            handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
            audioButton: false
        });
    </script>
In this article
audioButton
Not finding the help you need?
Contact Support