diff --git a/public/js/vroom.js b/public/js/vroom.js index 78402d5..c49516f 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -673,7 +673,8 @@ function initVroom(room) { setTimeout(function(){ if (!moh && Object.keys(peers).length < 2){ if (!$('#pauseMohButton').is(':checked')){ - $('#mohPlayer')[0].play(); + $('#mohPlayer').get(0).volume = .25; + $('#mohPlayer').get(0).play(); moh = true; } $('.aloneEl').show(200);