auto_join_3.3
Stefan Otto 2020-05-19 01:51:38 +02:00
parent ea84fc75c6
commit 0164312f30
1 changed files with 1 additions and 1 deletions

View File

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