Shows toolbar before showing talk while muted notification.

This commit is contained in:
damencho 2016-09-09 14:37:47 -05:00
parent 1a554828e1
commit c43b1f54c7
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ export default {
}); });
room.on(ConferenceEvents.TALK_WHILE_MUTED, () => { room.on(ConferenceEvents.TALK_WHILE_MUTED, () => {
APP.UI.showToolbar(); APP.UI.showToolbar(6000);
UIUtil.animateShowElement($("#talkWhileMutedPopup"), true, 5000); UIUtil.animateShowElement($("#talkWhileMutedPopup"), true, 5000);
}); });