mute Boolean (default: false)

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

Example - enable fullscreen

<div id="mediaplayer" />
<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