|
@@ -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
|