fix(notifications): reduce duration of initially muted notification

The current notification for starting muted is 2 minutes, which
may seem like "forever" so reduce it to dismiss faster.
pull/2426/merge jitsi-meet_2775
Leonard Kim 7 years ago committed by yanas
parent 2720c76e4d
commit 1c3cef1eed
  1. 3
      modules/UI/UI.js

@ -882,8 +882,7 @@ UI.notifyInitiallyMuted = function() {
'notify.mutedTitle',
'connected',
'notify.muted',
null,
120000);
null);
};
/**

Loading…
Cancel
Save