Merge pull request #132 from fouksf/trailing-tooltips
Fixes bug with trailing tooltips after participant is unmuted. #130
This commit is contained in:
commit
29c36c9380
|
@ -731,6 +731,7 @@ var VideoLayout = (function (my) {
|
|||
|
||||
if (isMuted === 'false') {
|
||||
if (audioMutedSpan.length > 0) {
|
||||
audioMutedSpan.popover('hide');
|
||||
audioMutedSpan.remove();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue