Skip to content
Commit 5ced788e authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Work around Chromium bug of iceConnectionState stuck as "disconnected"



Due to a bug in Chromium the "iceConnectionState" of a RTCPeerConnection
may get stuck as "disconnected" even if the connection has already
failed. However, in that case "connectionState" does change to "failed",
so now its listened too to changes in "connectionState" to handle that
case.

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