-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
i get this error thrown when testing a turn server connection on Android 15 device.
BindSocketToNetwork unable to find network handle for addr: 127.0.0.x ifname: lo
Video calls with stun and host works without issue.
This appears to be Android 15 related. Turn works on older version of Android.
Things I've tried
-
set app permissions:
-
Bind process to network:
connectivityManager.bindProcessToNetwork(network)
-
omitted IPv6 candidates
-
priortize IPv4
candidateNetworkPolicy = PeerConnection.CandidateNetworkPolicy.LOW_COST;
Any ideas would be appreciated. Thanks
Metadata
Metadata
Assignees
Labels
No labels