diff --git a/src/nat/ice-agent.cpp b/src/nat/ice-agent.cpp index ca715a119..bca4f7cdb 100644 --- a/src/nat/ice-agent.cpp +++ b/src/nat/ice-agent.cpp @@ -99,7 +99,7 @@ int IceAgent::getNbLosingPairs () const { bool IceAgent::hasCompleted () const { if (!iceSession) - return false; + return true; return ice_session_state(iceSession) == IS_Completed; }