Hi,
On Monday I moved our Node.JS/REACT application from
mediasoup-client 3.10.1 to 3.11.0
mediasoup 3.5.18 to 3.16.0
and sometimes I’m getting the following warning in Chrome, which as far as I know was never printed out before:
mediasoup-client:WARN:Transport ICE candidate error [url:turn:turn1.webrtc.xxxx.xx:443?transport=tcp, localAddress:192.168.2.x, localPort:63362]: 701 “Address not associated with the desired network interface.”
I have obfuscated the turn server address in the log to xxx.xx.
The application seems to work without problems, but of course the warning worries me. I have tested it from various geographical distributed networks to eleiminate routing or network issues, and the warning keeps popping up. Anybody sees similar problems?
Thanks!