e9f0a7347c
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). |
||
---|---|---|
.. | ||
api | ||
startup | ||
ui | ||
utils |