messages.audioString(default: "Speak captcha")

The title message of the audio button.

Example

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