mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fix DTLS in calls.
This commit is contained in:
parent
cb41aa0482
commit
2cd079c96f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue