Skip to content
Commit 4b39d6b0 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez Committed by Backportbot
Browse files

Reduce opacity of videos for peers that are not connected



Until now only the opacity of the avatar was reduced when the peer was
not connected. However, if the video was being shown the avatar was
hidden, so if there was an issue with the connection to the other peer
it was not reflected in the VideoView.

Note that the loading icon should be shown too in the video for long
disconnections or failures, but ":after" CSS pseudo classes (which are
used by the loading icon) do not work with video elements, so for now
only the opacity is reduced.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 031bc536
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment