This commit is contained in:
Stefan Otto
2020-05-19 01:51:38 +02:00
parent ea84fc75c6
commit 0164312f30
+1 -1
View File
@@ -1008,7 +1008,7 @@ export default class RoomClient
this._hark.on('volume_change', (volume) =>
{
volume = Math.round(volume)
volume = Math.round(volume);
if (this._micProducer && volume !== Math.round(this._hark.lastVolume))
{
if (volume < this._hark.lastVolume * 1.02)