lint
parent
ea84fc75c6
commit
0164312f30
|
|
@ -1008,7 +1008,7 @@ export default class RoomClient
|
||||||
|
|
||||||
this._hark.on('volume_change', (volume) =>
|
this._hark.on('volume_change', (volume) =>
|
||||||
{
|
{
|
||||||
volume = Math.round(volume)
|
volume = Math.round(volume);
|
||||||
if (this._micProducer && volume !== Math.round(this._hark.lastVolume))
|
if (this._micProducer && volume !== Math.round(this._hark.lastVolume))
|
||||||
{
|
{
|
||||||
if (volume < this._hark.lastVolume * 1.02)
|
if (volume < this._hark.lastVolume * 1.02)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue