Merge pull request #132 from fouksf/trailing-tooltips

Fixes bug with trailing tooltips after participant is unmuted. #130
pull/98/head
hristoterezov 11 years ago
commit 29c36c9380
  1. 1
      videolayout.js

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

Loading…
Cancel
Save