jiti-meet/react/features/base/conference
Saúl Ibarra Corretgé f230fd4d04 subject: avoid sending an extra empty subject update
When setSubject is called too early we store it as pensing, but thanks to the
default parameter value, if undefined is passed to the function we'll store the
empty string.

This will trigger a needless update because undefined !== ''.
2020-06-18 14:52:17 +02:00
..
actionTypes.js feat(video-quality):control sender resolution based on user pref 2020-04-28 10:17:06 -04:00
actions.js subject: avoid sending an extra empty subject update 2020-06-18 14:52:17 +02:00
constants.js feat(1080p): pass new-style constraints to createLocalTracks (#2087) 2017-10-31 17:08:07 -07:00
functions.js feat: lobby feature 2020-06-09 18:10:43 +02:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js subject: only try to update the subject when the rol;e changes 2020-06-18 14:52:17 +02:00
reducer.js ref: merge prejoin with lobby 2020-06-09 18:10:43 +02:00