Преглед изворни кода

Default volume to 100 (instead of 1000)

Vijayakrishnan пре 4 година
родитељ
комит
d48cfefae6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/views/app/video/call-minimal.blade.php

+ 1 - 1
resources/views/app/video/call-minimal.blade.php

@@ -386,7 +386,7 @@
                     // TODO: notify others via WS
 
                     this.myAudio.setEnabled(true);
-                    this.myAudio.setVolume(1000); // 1000 is the max allowed value
+                    this.myAudio.setVolume(100); // default volume, max allowed is 1000
                     this.meetingData.myMedia.isMicrophoneOn = true;
                     this.log('microphone is ON and not on mute :)');
                     // TODO: notify others via WS