Hi guys. I'm digging into the connectivity details...
# helpdesk
l
Hi guys. I'm digging into the connectivity details at the moment and asking myself: How to debug on client side which STUN server was actually chosen? The only STUN statement I find in
<chrome://webrtc-internals/>
dump-log is something like:
Copy code
"statsType": "local-candidate",
     "values": "[\"stun:IP-ADDR-OF-LIVEKIT:443\"
But how to confirm these values?: https://github.com/livekit/livekit/blob/v1.3.1/pkg/config/config.go#L19-L22