muteBoolean(default: false)

If set to true, the video will be played without sound.

Example - enable fullscreen

<div id="mediaplayer"></div>
<script>
$("#mediaplayer").kendoMediaPlayer({
    mute: true,
    media: { title: "Digital Transformation: A New Way of Thinking", source: "https://www.youtube.com/watch?v=gNlya720gbk" }
});
</script>
In this article
mute
Not finding the help you need?
Contact Support