Merge pull request #132 from fouksf/trailing-tooltips

Fixes bug with trailing tooltips after participant is unmuted. #130
This commit is contained in:
hristoterezov 2014-09-15 15:53:08 +03:00
commit 29c36c9380
1 changed files with 1 additions and 0 deletions

View File

@ -731,6 +731,7 @@ var VideoLayout = (function (my) {
if (isMuted === 'false') {
if (audioMutedSpan.length > 0) {
audioMutedSpan.popover('hide');
audioMutedSpan.remove();
}
}