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

Update VideoView on ICE disconnected/failed with MCU



When the ICE connection state changed to disconnected or failed the
VideoView was not updated when the MCU was used. However, when the MCU
is not used the VideoView is updated to let the user know that there is
a problem in the connection with the other peer. Thus, now the code was
adjusted to update the VideoView regardless of whether the MCU is used
or not.

The only exception is the "FAILED_NO_RESTART" state, as it applies only
when no MCU is used.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 6f6e04cd
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