Переглянути джерело

Merge pull request #132 from fouksf/trailing-tooltips

Fixes bug with trailing tooltips after participant is unmuted. #130
j8
hristoterezov 11 роки тому
джерело
коміт
29c36c9380
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      videolayout.js

+ 1
- 0
videolayout.js Переглянути файл

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

Завантаження…
Відмінити
Зберегти