If last N goes down to 1 it will be stuck there since it's > 0 and will be our `lastNSelected`. When limits are applied we'll take the minimum, so it will end up being 1. Once can end up in last N being 1 by several means, the more obvious one by entering Picture-in-Picture mode on mobile. Fix it by not using the previous last N value for the current calculation, at all. Fixes: https://github.com/jitsi/jitsi-meet/issues/10257 Closes: https://github.com/jitsi/jitsi-meet/pull/10491 |
||
---|---|---|
.. | ||
actionTypes.ts | ||
actions.js | ||
functions.js | ||
index.js | ||
logger.js | ||
middleware.js | ||
reducer.js |