This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 6b13518 [OPENMEETINGS-2195] volume icon is not being duplicated
6b13518 is described below
commit 6b13518eb627db3fe9e673a19302893b1815bc30
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Mar 25 22:50:16 2020 +0700
[OPENMEETINGS-2195] volume icon is not being duplicated
---
.../src/main/java/org/apache/openmeetings/web/room/raw-video.js | 1 +
1 file changed, 1 insertion(+)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
index 336b833..65c63de 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
@@ -436,6 +436,7 @@ var Video = (function() {
level = null;
}
vc.find('audio,video').remove();
+ vol.destroy();
}
function _reattachStream() {
if (video && video.length > 0) {