From c43b1f54c7deea0d8e277a97368b9eda973006ec Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 9 Sep 2016 14:37:47 -0500 Subject: [PATCH] Shows toolbar before showing talk while muted notification. --- conference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conference.js b/conference.js index bffe1f5d3..92920c3d9 100644 --- a/conference.js +++ b/conference.js @@ -1099,7 +1099,7 @@ export default { }); room.on(ConferenceEvents.TALK_WHILE_MUTED, () => { - APP.UI.showToolbar(); + APP.UI.showToolbar(6000); UIUtil.animateShowElement($("#talkWhileMutedPopup"), true, 5000); });