From 4ae0d1b8824d806ba0bc912bac183119dbebe730 Mon Sep 17 00:00:00 2001 From: Maxim Voloshin Date: Thu, 13 Oct 2016 16:43:21 +0300 Subject: [PATCH] Clean up audio level after previous speaker --- modules/UI/videolayout/LargeVideoManager.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/UI/videolayout/LargeVideoManager.js b/modules/UI/videolayout/LargeVideoManager.js index 895d19b27..e09592b3f 100644 --- a/modules/UI/videolayout/LargeVideoManager.js +++ b/modules/UI/videolayout/LargeVideoManager.js @@ -178,6 +178,11 @@ export default class LargeVideoManager { // show the avatar on large if needed container.showAvatar(showAvatar); + // clean up audio level after previous speaker + if (showAvatar) { + this.updateLargeVideoAudioLevel(0); + } + // Make sure no notification about remote failure is shown as // it's UI conflicts with the one for local connection interrupted. if (APP.conference.isConnectionInterrupted()) {