volume Number (default: 100)

A value between 0 and 100 that specifies the volume of the video.

Example - set volume

<div id="mediaplayer" />
<script>
$("#mediaplayer").kendoMediaPlayer({
    volume: 50,
    media: { title: "Digital Transformation: A New Way of Thinking", source: "https://www.youtube.com/watch?v=gNlya720gbk" }
});
</script>
In this article