bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin e9f0a7347c fix(video): properly render reconnecting view
The stream state change handler in video-list-item is using a component
state reference inside a DOM event callback - which means it is always
presuming `isStreamHealthy` is false (initial value). That prevents the
health state from actually transitioning when necessary (and
consequently rendering the reconnecting view in video-list item).

This commit removes the state-based transition check in the state change
handler and unifies the reconnecting view to use the username
placeholde (replacing the loading spinners).
2023-03-08 15:46:44 -03:00
..
api Merge pull request #16820 from antobinary/indexing-2 2023-03-07 09:04:24 -03:00
startup Fixed: Notification for ejected users now delivered. 2023-02-27 11:51:08 -03:00
ui fix(video): properly render reconnecting view 2023-03-08 15:46:44 -03:00
utils Merge pull request #16172 from schrd/fix-issue-16171 2023-01-05 06:13:31 -05:00