An ICE restart procedure has been invoked on a WebRTC session. Read the full article to learn more.
Code: | 3051 |
Type: | Warning |
Category: | Signaling |
Products: | analyzeRTC |
Message: | An ICE restart procedure has been invoked on a WebRTC session |
What is this about?
At times, WebRTC sessions get disconnected. These disconnections can be temporary, in which case, an ICE restart procedure may enable and succeed in reconnecting them.
This warning indicates that an ICE restart procedure has taken place for the given WebRTC session.
Potential risks
ICE restarts, if implemented, aren’t a bad thing per se. They are often observed when a user has moved from one network to another (switching from cellular to wifi for example).
Such ICE restarts also cause abrupt quality degradation during the restart procedures, so this needs to be taken into account.
Suggested actions to take
-
Track percentage of these events across your platform over time