Resets local audio level when the user is muted.

This commit is contained in:
hristoterezov 2014-09-23 13:06:11 +03:00
parent d3bfeec6ba
commit 6572ceda44
1 changed files with 3 additions and 1 deletions

4
app.js
View File

@ -480,7 +480,9 @@ function audioLevelUpdated(jid, audioLevel)
{
resourceJid = AudioLevels.LOCAL_LEVEL;
if(isAudioMuted())
return;
{
audioLevel = 0;
}
}
else
{