You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the connection is ok, then two peers can send the message to restart ICE.
the connection is not ok,it must be restarted by user, here is my solution, destroy current agent and create a new agent,but it must handle the problem of multi-threads.so i wonder if there is any others way?
the connection is ok, then two peers can send the message to restart ICE.
the connection is not ok,it must be restarted by user, here is my solution, destroy current agent and create a new agent,but it must handle the problem of multi-threads.so i wonder if there is any others way?
This is unrelated to ICE restart, which keeps the same agents but gathers new candidates and selects a new candidate pair.
ICE restart support (see RFC 8445 2.4.) should be implemented.
The text was updated successfully, but these errors were encountered: