Hello!
I was testing a self-made WebRTC application running inside a VirtualBox VM and noticed that when gathering ICE candidates, Chrome only retrieves them from the first non-private network it finds.
For example, if I configure a NAT network on adapter 1 (nic1) and a bridged network on adapter 2 (nic2), I only receive candidates from the network on adapter 1, not from both adapter 1 and adapter 2.
This behavior can also be observed using the Trickle ICE example on the WebRTC samples website.
Is there a reason for this behavior?
Thank you so much for your time.