Shows toolbar before showing talk while muted notification.
This commit is contained in:
parent
1a554828e1
commit
c43b1f54c7
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue