mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Fix ICE Agent not able to start if IPV6 is unreachable
This commit is contained in:
parent
f90ce1f7ea
commit
1f8f2c2c80
1 changed files with 0 additions and 1 deletions
|
|
@ -608,7 +608,6 @@ int IceAgent::gatherIceCandidates () {
|
|||
if (mediaSession.getPrivate()->getAf() == AF_INET6) {
|
||||
if (linphone_core_get_local_ip_for(AF_INET6, nullptr, localAddr) < 0) {
|
||||
lError() << "Fail to get local IPv6";
|
||||
return -1;
|
||||
} else
|
||||
addLocalIceCandidates(AF_INET6, localAddr, audioCl, videoCl, textCl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue