Kaynağa Gözat

Merge pull request #132 from fouksf/trailing-tooltips

Fixes bug with trailing tooltips after participant is unmuted. #130
j8
hristoterezov 11 yıl önce
ebeveyn
işleme
29c36c9380
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      videolayout.js

+ 1
- 0
videolayout.js Dosyayı Görüntüle

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

Loading…
İptal
Kaydet