Persist noise-suppression between calls
mrose17 opened this issue · 1 comments
mrose17 commented
- When there is an event that reports a change to
noiseSupressionEnabled
(cf., https://github.com/jitsi/brave-tracker/issues/123), store the new value inlocalStorage
- The first time that
audioMuteStatusChanged
reports that the user has unmuted, fetch thenoiseSupressionEnabled
and if is true, then callsetNoiseSuppressionEnabled
mrose17 commented