瀏覽代碼

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