lint
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user