Explorar el Código

Merge pull request #132 from fouksf/trailing-tooltips

Fixes bug with trailing tooltips after participant is unmuted. #130
j8
hristoterezov hace 11 años
padre
commit
29c36c9380
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      videolayout.js

+ 1
- 0
videolayout.js Ver fichero

@@ -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…
Cancelar
Guardar