diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js index 66c5f22..5635d5b 100644 --- a/app/src/RoomClient.js +++ b/app/src/RoomClient.js @@ -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)