Hi there,
While trying to use DataChannel, I see that connectionState stuck at "connecting" while IceConnectionState is connected" and looking through chrome://webrtc-internals/ logs I found the following,
11/17/2020, 11:10:08 PM
icecandidateerror
address: 172.18.160.x
port: 50479
host_candidate: 172.18.160.x:50479
error_text: STUN allocate request timed out.
error_code: 701
11/17/2020, 11:10:08 PM
icecandidateerror
address: 192.168.56.x
port: 50480
host_candidate: 192.168.56.x:50480
error_text: STUN allocate request timed out.
error_code: 701
11/17/2020, 11:10:08 PM
icecandidateerror
address: MY_MACHINE_PUBLIC_IP_PREFIX.x
port: 50481
host_candidate: MY_MACHINE_PUBLIC_IP_PREFIX.x:50481
error_text: STUN allocate request timed out.
error_code: 701
My firewall is disabled completely and I still have no idea what does this error means.
Does anyone here aware of a way to fix this?
Thanks,
Jeff