Commit 2df0ef98 authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

agent: Start connchecks when credentials are set

This should make it work even if no remote candidates at all are set
in the case where we can establish a connection based only on peer reflexive
candidates.
parent 7d0b3ab4
...@@ -3926,6 +3926,7 @@ nice_agent_set_remote_credentials ( ...@@ -3926,6 +3926,7 @@ nice_agent_set_remote_credentials (
g_strlcpy (stream->remote_password, pwd, NICE_STREAM_MAX_PWD); g_strlcpy (stream->remote_password, pwd, NICE_STREAM_MAX_PWD);
conn_check_remote_credentials_set(agent, stream); conn_check_remote_credentials_set(agent, stream);
conn_check_schedule_next (agent);
ret = TRUE; ret = TRUE;
goto done; goto done;
......
Markdown is supported
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